From 72c803b757307d3f2bfd5efcaeea526b5645bef7 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 26 Apr 2026 00:14:54 -0400 Subject: [PATCH] add special args --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 392ffc7..1507dce 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ }@inputs: { nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem { + specialArgs = {inherit inputs;}; modules = [ hjem.nixosModules.default ./configuration.nix -- 2.54.0