dream of pipes

This commit is contained in:
Daylin Morgan 2024-08-09 15:28:13 -05:00
parent c676b848e9
commit 56eafc5350
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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 = [