From ce236401214ae80393843b88939ea50d3778e4e7 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 22 Dec 2025 11:38:59 +0100 Subject: [PATCH] feat: make it wild --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c1de1e6..622bf75 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ inputs.nixos-hardware.nixosModules.framework-16-7040-amd ]; }; - nixosConfigurations.hitsugibune = nixpkgs-stable.lib.nixosSystem { + nixosConfigurations.hitsugibune = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [ ./hosts/hitsugibune/configuration.nix