Systems, remove unstablePkgs reference

This commit is contained in:
Julia Lange 2024-05-26 17:03:15 -07:00
parent d82bf1b22b
commit 954f44b663
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
./hardware.nix ./hardware.nix
]; ];
networking.hostName = "jibril"; networking.hostName = "jibril";
nix.package = pkgs.nixUnstable;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.05"; system.stateVersion = "23.05";

View file

@ -5,7 +5,6 @@
./hardware.nix ./hardware.nix
]; ];
networking.hostName = "onizuka"; networking.hostName = "onizuka";
nix.package = pkgs.nixUnstable;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.05"; system.stateVersion = "23.05";