Compare commits

..

No commits in common. "b77600c855b6731515b418cb0264c87000120318" and "800ea823defd4d0539cd2515a24280cb9eec3d0c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,6 @@
pkgs.nixos-facter
config.myPackages.installFiles
];
system.autoUpgrade.channel = "https://nixos.org/channels/nixos-24.11/";
system.stateVersion = "24.11";
};
}

View File

@ -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"