1
Fork 0

Remove debug lines

This commit is contained in:
caem 2024-07-25 21:27:48 +02:00
parent 1ea937f884
commit 216026eb15
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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 {