From f8cd971b5008d6339b521192c93d7905a515ead6 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 17 Dec 2025 19:16:51 +0100 Subject: [PATCH] tries unstable again --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c7d06bb..1f930a3 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,7 @@ nixosModules.steam = import ./modules/steam; nixosModules.niriSystem = import ./modules/wm/niri-system; - nixosConfigurations.dnsc-machine = inputs.nixpkgs-stable.lib.nixosSystem { + nixosConfigurations.dnsc-machine = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs outputs; }; modules = [