From 5232b2b7c8ab390dcf74c69ff2c22c3b22d0a877 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 12 Feb 2026 13:08:52 +0100 Subject: added specialArgs to fix error --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2e92a4c..4a6f130 100755 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,7 @@ nixosConfigurations = { kronos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ # Use Lix instead of Nix for package manager (Fascists ruined it :pensieve:) { -- cgit v1.2.3