Compare commits
2 Commits
800ea823de
...
b77600c855
| Author | SHA1 | Date | |
|---|---|---|---|
| b77600c855 | |||
| 5630e3004e |
@ -52,6 +52,7 @@
|
|||||||
pkgs.nixos-facter
|
pkgs.nixos-facter
|
||||||
config.myPackages.installFiles
|
config.myPackages.installFiles
|
||||||
];
|
];
|
||||||
|
system.autoUpgrade.channel = "https://nixos.org/channels/nixos-24.11/";
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -1,5 +1,5 @@
|
|||||||
#!/run/current-system/sw/bin/bash
|
#!/run/current-system/sw/bin/bash
|
||||||
storePath=$(nix-store -q installFiles)
|
storePath=$(/run/current-system/sw/bin/nix-store -q installFiles)
|
||||||
|
|
||||||
echo "Installing system using disco and flake"
|
echo "Installing system using disco and flake"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user