hercules-ci / gitignore.nix

Nix functions for filtering local git sources
The Unlicense
242 stars 19 forks source link

gitignoreSource used to work with store paths #65

Open marksisson opened 9 months ago

marksisson commented 9 months ago

When specifying the src attribute of a derivation, I used to be able to use self:

src = gitignoreSource self;

This now generates error:

error: a string that refers to a store path cannot be appended to a path