diff --git a/flake.lock b/flake.lock index f3ca676..de07e6b 100644 --- a/flake.lock +++ b/flake.lock @@ -439,16 +439,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1731139594, - "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", + "lastModified": 1731518944, + "narHash": "sha256-tmzIz0iCCnnqXFS/lGkl1/+lGMn8lTiMshzd0v8LwYk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", + "rev": "18979df9f0be9d69f0e4d35059914c1a868c79b8", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-unstable-small", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 32b541a..c612274 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "JawZ NixOS flake setup"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable-small"; nixpkgs-chrome.url = "github:nixos/nixpkgs?rev=05bbf675397d5366259409139039af8077d695ce"; ucodenix.url = "github:e-tho/ucodenix"; nix-gaming.url = "github:fufexan/nix-gaming"; @@ -50,7 +50,6 @@ }; in { - inherit lib; nixosConfigurations = { workstation = lib.nixosSystem (createConfig "workstation"); miniserver = lib.nixosSystem (createConfig "miniserver");