Drop stray debug trace
This commit is contained in:
parent
fa30695cf3
commit
679b76adda
1 changed files with 1 additions and 1 deletions
2
doom.nix
2
doom.nix
|
|
@ -169,7 +169,7 @@ let
|
|||
# Just enough to make melpa2nix work.
|
||||
recipe = writeText "generated-recipe" ''
|
||||
(${name} :fetcher github :repo "marienz/made-up"
|
||||
${optionalString (p ? recipe.files) ":files ${lib.debug.traceValSeq p.recipe.files}"})'';
|
||||
${optionalString (p ? recipe.files) ":files ${p.recipe.files}"})'';
|
||||
buildInputs = (map (name: eself.${name}) reqlist);
|
||||
}
|
||||
else origEPkg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue