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