From f61f51ccc8e65b5aa078a22641d981d3bb58f6ba Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 19 Sep 2023 10:27:06 +0900 Subject: [PATCH] test --- lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 08f56e92..c51fa7cd 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -44,8 +44,8 @@ format }: inputs.nixos-generators.nixosGenerate { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; }; - system = ${platform}; - format = ${format}; + system = platform; + format = format; modules = [ ../nixos inputs.sops-nix.nixosModules.sops