aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/default.nix (unfollow)
Commit message (Collapse)Author
2024-05-25fix(treewide): Use `nixVersions.latest` instead of just `nix`Benedikt Peetz
`nix` is an alias (in `all-packages.nix`) to `nixVersions.stable`. `nixVersion.latest` is always the last released version of nix. I obviously want that `nix` with more features (and slightly more bugs probably).
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-01-13fix(treewide): Comply with the shell library's new argument namesSoispha
2024-01-13build(treewide): Update flake and shell librarySoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-07-10Fix(bootstrap/config_setup): Keep path so nixos-enter stays availableSoispha
2023-07-10Fix(bootstrap): Add udevadm as a dependencySoispha
2023-07-10Fix(bootstrap): Don't wrap eev, as dash does not support execSoispha
2023-07-10Fix(bootstrap): Finished scriptsSoispha
2023-07-10Refactor(bootstrap): Use diskoSoispha
2023-02-20Feat(bootstrap): Add a script for quick activationene
2023-02-19Fix(bootstrap): Fix nasty grep bugene
2023-02-19Feat(bootstrap): Separate the builder to a libraryene
2023-02-19Fix(bootstrap): Use real pathene
2023-02-19Fix(bootstrap): Declare dependenciesene
2023-02-19Fix(bootstrap): Finish the nix side of thingsene
2023-02-19Fix: Remove impure importene
2023-02-19Feat(bootstrap): Add a Script to make nix run with bootstrap viableene