about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-08 11:36:45 +0200
committerSoispha <soispha@vhack.eu>2023-10-08 11:36:45 +0200
commit8d33dd88ff4c908ce32e7f198d5a475e4b2cbe97 (patch)
treeb0afd41ec09bf8b285f140e7be79cde54a551cc9
parentfix(flake/packages): Apply eta-reduction (diff)
downloadnixos-config-8d33dd88ff4c908ce32e7f198d5a475e4b2cbe97.tar.gz
nixos-config-8d33dd88ff4c908ce32e7f198d5a475e4b2cbe97.zip
fix(flake/packages): Remove gpg-iso as it's not used
-rw-r--r--flake/packages/default.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/flake/packages/default.nix b/flake/packages/default.nix
index 7d91f2bf..2ca25804 100644
--- a/flake/packages/default.nix
+++ b/flake/packages/default.nix
@@ -66,16 +66,16 @@ in
       format = "install-iso";
     };
     update_shell_lib = shell_library.packages."${system}".update_shell_library;
-    gpg-iso = nixos-generators.nixosGenerate {
-      system = "x86_64-linux";
-      specialArgs = defaultSpecialArgs;
-      modules =
-        [
-          ../../hosts/isimud
-        ]
-        ++ defaultModules;
-      format = "iso";
-    };
+    # gpg-iso = nixos-generators.nixosGenerate {
+    #   system = "x86_64-linux";
+    #   specialArgs = defaultSpecialArgs;
+    #   modules =
+    #     [
+    #       ../../hosts/isimud
+    #     ]
+    #     ++ defaultModules;
+    #   format = "iso";
+    # };
     nvim = nvim.tiamat;
   }
   // output