Skip to content

Commit

Permalink
mention package name in pregen decl description
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Jul 29, 2023
1 parent 5810fc5 commit 7016806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let

impl = meta: {self, ...}: replaceSrc properSrc (self.callPackage meta.drv {});

d = spec.decl "pregen" "Pregen derivation" { drv = stored.drv; } impl;
d = spec.decl "pregen" "Pregen derivation for '${pkg}'" { drv = stored.drv; } impl;

checkMeta =
if stored.meta != decl.meta
Expand Down

0 comments on commit 7016806

Please sign in to comment.