Skip to content

Commit

Permalink
Merge pull request #96 from snowfallorg/dev
Browse files Browse the repository at this point in the history
fix(templates): remove leftover debugging statements
  • Loading branch information
jakehamilton authored May 25, 2024
2 parents 439d463 + 727d634 commit 5d6e9f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snowfall-lib/template/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ in {
templates
// {
${metadata.name} =
(builtins.trace "name: ${metadata.name}")
(builtins.trace "path: ${metadata.path}")
(overrides.${metadata.name} or {})
// {
inherit (metadata) path;
Expand Down

0 comments on commit 5d6e9f2

Please sign in to comment.