snack icon indicating copy to clipboard operation
snack copied to clipboard

allow passing arguments to package.nix

Open ghost opened this issue 5 years ago • 0 comments

Currently the only way to get access to other Nix values from a package.nix is by importing them from the repository. This works fine as long as a package is built by itself, but prevents overriding any of those values when it is built by another package.

ghost avatar May 23 '20 11:05 ghost