Open roberth opened 3 years ago
Currently the checkout is fetched via tarball. This means fetchGit ./. doesn't work, which can lead to subtle problems with flake-compat.
fetchGit ./.
flake-compat
Properly solves #51 and is a good step towards #22 as well
Currently the checkout is fetched via tarball. This means
fetchGit ./.
doesn't work, which can lead to subtle problems withflake-compat
.Properly solves #51 and is a good step towards #22 as well