Skip to content

Commit

Permalink
hello.src: Restore
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jan 19, 2025
1 parent 28f0a5e commit 8ff7139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/he/hello/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

run = callPackage ./test.nix { hello = this.public; };
};
# Other packages and tests expect to reuse our src
/** Fetched sources of GNU hello */
inherit (this.setup) src;
};

meta = {
Expand Down

0 comments on commit 8ff7139

Please sign in to comment.