From 85c7f764f7c79ee71656b12d1b2a9d8231288961 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:50:43 +0900 Subject: [PATCH] test --- lib/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index fb5443bd..0dbaf1a4 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -52,13 +52,13 @@ hostPlatform = system; }; - modules = let - unstable-pkgs = import inputs.nixpkgs-unstable { - inherit system; - config.allowUnfree = unfree; - hostPlatform = system; - }; - in [ + unstable-pkgs = import inputs.nixpkgs-unstable { + inherit system; + config.allowUnfree = unfree; + hostPlatform = system; + }; + + modules = [ # Types are 'default', 'small', and 'minimal' ../nixos/${type}.nix inputs.sops-nix.nixosModules.sops