Remove debug lines
This commit is contained in:
parent
1ea937f884
commit
216026eb15
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
|||
modules = modules;
|
||||
};
|
||||
in
|
||||
builtins.trace "Hosts found: ${builtins.toString hosts}"
|
||||
builtins.trace "Path being used: ${path}"
|
||||
builtins.listToAttrs (builtins.map (host: {
|
||||
name = host;
|
||||
value = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Reference in a new issue