Compare commits

..

2 Commits

Author SHA1 Message Date
b77600c855 set path to nix-store 2024-12-31 22:30:58 -05:00
5630e3004e set default channel 2024-12-31 22:30:42 -05:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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