Rebuild: Separate evaluation

This commit is contained in:
Geoffrey Frogeye 2025-01-23 18:17:01 +01:00
parent fafc4d45b7
commit cd4536c53b
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 9 additions and 5 deletions

View file

@ -153,6 +153,7 @@
runtimeInputs = with pkgs; [
nix-output-monitor
nixos-rebuild
jq
];
text = builtins.readFile ./os/rebuild.sh;
}