From fa0f951f816a0e6fb5d1c50875a48232976aa482 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 29 May 2025 18:43:41 +0200 Subject: snapshot: Do 29. Mai 18:43:41 CEST 2025 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 401c031..a7b3312 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ nixosConfigurations = { hadante = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; - specialArgs = { inherit inputs; }; + specialArgs = { inherit inputs system; }; modules = [ (inputs: { nixpkgs.overlays = [ -- cgit