Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pkgs/apply-config: fixups | stuebinm | 2024-06-04 | 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. | ||||
* | pkgs/apply-config: random fixes | stuebinm | 2024-05-28 | 1 | -6/+4 |
| | |||||
* | custom apply config script | stuebinm | 2024-05-06 | 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. |