Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-04 | pkgs/apply-config: fixups | stuebinm | 1 | -7/+8 | |
the nix-env logic was still broken. It seems to have extremely weird failure modes under which it does not report errors when doing nix-env --set, or else the switch-to-configuration.pl script does not properly install the boot loader entry when it was installed via --set instead of --install. I'm not entirely clear on why yet, will need some investigating. | |||||
2024-05-28 | pkgs/apply-config: random fixes | stuebinm | 1 | -6/+4 | |
2024-05-06 | custom apply config script | stuebinm | 2 | -0/+148 | |
since nixos-rebuild does not support applying a built config (i.e. one on which eval-config has already been called) without flakes. I might or might not extend this into a more proper reimplementation of nixos-rebuild. |