mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
dream of pipes
This commit is contained in:
parent
c676b848e9
commit
56eafc5350
1 changed files with 8 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue