From e575662febb6a7f266d5c0c79a12f6ce2c4004b1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:53:34 +0900 Subject: [PATCH] test --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index 2e498614..012e4d4a 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -55,7 +55,7 @@ hostPlatform = system; }; - inputs.${repo}.lib.nixosSystem { + inputs.${repo}.lib.nixosSystem = { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; }; modules = [ # Types are 'default', 'small', and 'minimal'