index
:
NixOS-WSL.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2023-09-12
Refactor (#291)
nzbr
2023-09-10
fix(deps): update rust crate log to 0.4.20 (#287)
renovate[bot]
2023-09-09
fix(deps): update rust crate anyhow to 1.0.75
renovate[bot]
2023-09-09
fix: pin rust dependencies; undo cargo lock update
nzbr
2023-09-09
chore(deps): lock file maintenance
renovate[bot]
2023-07-12
fix: getent missing on nixos-unstable
nzbr
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-02
Merge pull request #214 from K900/until-morale-improves
K900
2023-02-01
feat: use a Rust tool to do the PATH manipulations
K900
2023-01-29
Make syschdemd start a login shell and add a test for that
nzbr
2023-01-28
small improvements to tests
nzbr
2023-01-19
fix: fix compatibility with latest WSL update
K900
2022-12-21
native-systemd-shim: clean up /dev/shm correctly when it's a directory
K900
2022-12-12
native-systemd-shim: fix /dev/shm and / mount propagation
K900
2022-12-01
Fix sudo ssh with jumpHost (#167)
Sandro
2022-12-01
Fix permissions for files in /dev/pts (#166)
Sandro
2022-11-25
native-systemd-shim: pass arguments correctly (#170)
K900
2022-11-25
Add CI Tests (#161)
nzbr
2022-11-14
Fix syschdemd exit code (#140)
nzbr
2022-10-30
NixOS users.users.<user> attribute name and .name can differ (#147)
Kovacsics Robert
2022-10-30
feat: native systemd support (#134)
K900
2022-08-29
feat: rewrite syschdemd (#126)
K900