revert unstable-small

This commit is contained in:
mjallen18
2024-09-08 10:57:03 -05:00
parent b54abab601
commit 3a7edf277f
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
# Home Manager
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs-unstable-small";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# Lanzaboote
@@ -83,7 +83,7 @@
nixosConfigurations = {
# Desktop
"matt-nixos" = nixpkgs-unstable-small.lib.nixosSystem {
"matt-nixos" = nixpkgs-unstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs outputs;