From 56eafc53504cbe0411009018f9f0d0d7f3660037 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 9 Aug 2024 15:28:13 -0500 Subject: [PATCH] dream of pipes --- lib/generators.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/generators.nix b/lib/generators.nix index e3f2ac9..12ef329 100644 --- a/lib/generators.nix +++ b/lib/generators.nix @@ -22,6 +22,14 @@ let # all nix files not including pkgs.nix hostFiles = host: filter isNixFile (listFilesRecursive (hostPath host)); + # hostFiles = + # host: + # filter isNixFile ( + # host + # |> hostPath + # |> listFilesRecursive + # ) + mkIso = nixosSystem { system = "x86_64-linux"; modules = [