From 9e3f4268c87b0d1a64e9429ea173252a5f774ec5 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 19 Feb 2023 21:35:36 +0300 Subject: 2023-02-19 --- nixosConfigurations/iso/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nixosConfigurations/iso/default.nix') diff --git a/nixosConfigurations/iso/default.nix b/nixosConfigurations/iso/default.nix index 914fea9..d491bb8 100644 --- a/nixosConfigurations/iso/default.nix +++ b/nixosConfigurations/iso/default.nix @@ -1,8 +1,4 @@ -{ - lib, - pkgs, - ... -}: +{lib, ...}: with lib; { secrets = mkForce {}; -- cgit 1.4.1