summaryrefslogtreecommitdiff
path: root/pkgs/apply-config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/apply-config: fixupsstuebinm2024-06-041-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 fixesstuebinm2024-05-281-6/+4
|
* custom apply config scriptstuebinm2024-05-062-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.