From 668afdac5f0a9cba7fa904d08bf1ca2a431ccd11 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 31 Jan 2024 12:25:12 +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 1fa65466..2b9ef567 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -44,7 +44,7 @@ repo ? "nixpkgs" }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; }; - pkgs = import inputs.${repo} { inherit platform; }; + pkgs = import inputs.${repo}; modules = [ # Types are 'default', 'small', and 'minimal'