summaryrefslogtreecommitdiff
path: root/pkgs/apply-config (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-04pkgs/apply-config: fixupsstuebinm1-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-28pkgs/apply-config: random fixesstuebinm1-6/+4
2024-05-06custom apply config scriptstuebinm2-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.