diff --git a/nix_flake/modules/halloSvc.nix b/nix_flake/modules/halloSvc.nix index 347486e..ffb1c8a 100644 --- a/nix_flake/modules/halloSvc.nix +++ b/nix_flake/modules/halloSvc.nix @@ -5,7 +5,7 @@ let in with lib; -builtins.trace ''hallo zzz: blar ${builtins.attrNames hallo.packages}'' +# builtins.trace ''hallo zzz: blar ${builtins.attrNames hallo.packages}'' { options = { services.halloSvc = { diff --git a/nix_flake/test_vm/flake.lock b/nix_flake/test_vm/flake.lock index a6ec7d3..9079cb3 100644 --- a/nix_flake/test_vm/flake.lock +++ b/nix_flake/test_vm/flake.lock @@ -22,7 +22,7 @@ "utils": "utils" }, "locked": { - "narHash": "sha256-VRCpO5SrQ/EcjVFJuWXb2uA8fEtVNT8TUaVkXQATeAc=", + "narHash": "sha256-pEVdsTYNA/EOWlJ9BdiGbY29go3P+GZEbCdZqcF3gCQ=", "path": "..", "type": "path" },