makes
makes copied to clipboard
Licensing builtin with reuse
Let's create a testLicense builtin with reuse.
We already have a custom job for it: https://github.com/fluidattacks/makes/tree/main/makes/license
@rohaquinlop,
I am reopening this issue as I just discovered a bug:
- Remove all
testLicensereferences within the repository. - Run
m . - You will still see a
/testlicensejob.
This should not be the case, as outputs should only be created when a testLicense is declare within the makes.nix file
Got it! @dsalaza4