| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-20 | Merge pull request #255 from nix-community/flake-updates | nzbr | |
| Update flakes | |||
| 2023-06-19 | Merge pull request #261 from terlar/per-user-start-menu-launchers | nzbr | |
| Include per-user applications in start menu launchers | |||
| 2023-06-19 | Include per-user applications in start menu launchers | Terje Larsen | |
| 2023-06-18 | Merge pull request #256 from ↵ | nzbr | |
| nix-community/renovate/cachix-install-nix-action-22.x chore(deps): update cachix/install-nix-action action to v22 | |||
| 2023-06-18 | chore(deps): update cachix/install-nix-action action to v22 | renovate[bot] | |
| 2023-06-18 | Merge pull request #254 from nix-community/renovate/configure | nzbr | |
| Configure Renovate | |||
| 2023-06-18 | ci: remove update flakes workflow | nzbr | |
| 2023-06-18 | Update flakes | github-actions | |
| 2023-06-17 | Enable renovate for nix | nzbr | |
| 2023-06-17 | move renovate.json to .github | nzbr | |
| 2023-06-16 | Merge pull request #253 from SuperSandro2000/systemd-timesyncd | Sandro | |
| Enable systemd-timesyncd to prevent clock drift | |||
| 2023-06-15 | Add renovate.json | renovate[bot] | |
| 2023-06-14 | Enable systemd-timesyncd to prevent clock drift | Sandro Jäckel | |
| 2023-06-11 | Merge pull request #252 from nix-community/flake-updates | nzbr | |
| Update flakes | |||
| 2023-06-11 | Update flakes | github-actions | |
| 2023-06-07 | Merge pull request #251 from scottwillmoore/main | Sandro | |
| 2023-06-07 | Add default as an export from nixosModules | Scott Moore | |
| 2023-06-04 | Update flakes (#247) | github-actions[bot] | |
| Co-authored-by: github-actions <actions@users.noreply.github.com> | |||
| 2023-05-02 | Merge pull request #239 from nix-community/flake-updates | nzbr | |
| Update flakes | |||
| 2023-04-30 | Update flakes | github-actions | |
| 2023-04-15 | fix(native-systemd): fix PATH, don't source set-environment | K900 | |
| We need to preserve PATH from the parent in case we're called by whatever random thing decided to call /bin/sh directly from inside NixOS. Unrelatedly, set-environment will be sourced by /etc/profile anyway, which persists across boots and is thus not racy. | |||
| 2023-04-13 | fix: add /bin to path too | K900 | |
| 2023-04-11 | Merge pull request #240 from K900/smol-fix | K900 | |
| fix: explicitly add systemctl and grep to path in shell-wrapper | |||
| 2023-04-04 | fix: explicitly add systemctl and grep to path in shell-wrapper | K900 | |
| We can generally find them in /run/current-system/sw/bin, but WSL may try to call those before activation is fully done, so make sure it can always find what it needs. | |||
| 2023-04-03 | Merge pull request #233 from SuperSandro2000/networking-extraHosts-warning | nzbr | |
| wsl-conf: warn when networking.extraHosts has no effect | |||
| 2023-04-01 | wsl-conf: warn when networking.extraHosts has no effect | Sandro Jäckel | |
| 2023-03-28 | fix: fix typo | K900 | |
| 2023-03-27 | Merge pull request #234 from nix-community/bash-wrapper-environment | K900 | |
| fix: just pull in the entire environment into the /bin/sh wrapper | |||
| 2023-03-27 | fix: just pull in the entire environment into the /bin/sh wrapper | K900 | |
| This is more consistent with what other distros do and may (MAY!) unfuck more cases of wsl -e sh -c abuse. | |||
| 2023-03-26 | Update flakes (#227) | github-actions[bot] | |
| Co-authored-by: github-actions <actions@users.noreply.github.com> | |||
| 2023-03-17 | Revert "Enable udev by default (it can be useful when using usbip)" (#232) | Sandro | |
| 2023-03-12 | Merge pull request #228 from TeofilC/installer-locale | nzbr | |
| Fix perl locale errrors in installer | |||
| 2023-03-12 | Fix perl locale errrors in installer | Teo Camarasu | |
| Set a locale so perl doesn't get confused | |||
| 2023-03-09 | Merge pull request #225 from KoviRobi/patch-1 | nzbr | |
| Enable udev by default (it can be useful when using usbip) | |||
| 2023-03-06 | Update flakes (#223) | github-actions[bot] | |
| Co-authored-by: github-actions <actions@users.noreply.github.com> | |||
| 2023-03-01 | Udev can actually be useful for usbip | Kovacsics Robert | |
| We can support usbip with the Microsoft Store version of WSL (I think that's the one that introduced the change, also turned on WSLg) Related is https://github.com/nix-community/NixOS-WSL/pull/175#discussion_r1048284393 which is where it got disabled, because it wasn't necessary rather than because it broke things | |||
| 2023-02-14 | Update flakes (#216) | github-actions[bot] | |
| Co-authored-by: github-actions <actions@users.noreply.github.com> | |||
| 2023-02-11 | Merge pull request #219 from K900/smaller-oof | K900 | |
| fix(split-paths): use standard library tools, fix shell quoting better | |||
| 2023-02-10 | Merge pull request #218 from nix-community/SuperSandro2000-patch-1 | K900 | |
| Silence bootloader warning again | |||
| 2023-02-10 | feat: run native-utils tests and rustfmt in CI | K900 | |
| 2023-02-10 | fix(split-paths): refactor a bit, add some basic unit tests | K900 | |
| 2023-02-10 | fix(split-paths): use stdlib functions + correct shell escaping | K900 | |
| 2023-02-09 | Silence bootloader warning again | Sandro | |
| Turns out that it couldn't be removed in #175 | |||
| 2023-02-02 | Merge pull request #211 from SuperSandro2000/envfs | Sandro | |
| Add wsl.binShPkg and wsl.populateBin options to make envfs easily pos… | |||
| 2023-02-02 | Add wsl.binShPkg and wsl.populateBin options to make envfs easily possible | Sandro Jäckel | |
| 2023-02-02 | Merge pull request #214 from K900/until-morale-improves | K900 | |
| feat: use a Rust tool to do the PATH manipulations | |||
| 2023-02-01 | feat: use a Rust tool to do the PATH manipulations | K900 | |
| Overkill? Yes. Fuck bash? Also yes. | |||
| 2023-02-01 | Merge pull request #182 from nzbr/login-shell | Sandro | |
| Launch commands through a login shell | |||
| 2023-02-01 | Merge pull request #209 from nix-community/wslpath-cleanup | Sandro | |
| Remove wslpath from systemPackages | |||
| 2023-02-01 | Merge pull request #212 from K900/the-oofs-will-continue | K900 | |
| fix: actually fix PATH filtering | |||
