shortRev or dirtyShortRev attribute missing using npins #84
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lix-project/flake-compat#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using flake-compat in combination with npins, the following error would occur if pinned source uses shortRev or dirtyShortRev attributes in any expression.
I made a repo to reproduce this error https://codeberg.org/leana8959/dirtyRevReproDownstream.
This problem doesn't not happen when using flake-compat within flakes. I'm not sure if this is a bug in flake-compat or npins.
To trigger this error, run the following command within the aforementioned repo after cloning it:
Thank you for your time :)