shell.nix does not work anymore #11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Heya !
I really appreciate when folks include
shell.nix
in their projects, it's so much easier to try them out !I noticed that it does not work anymore because amazon killed
kindlegen
- https://github.com/NixOS/nixpkgs/issues/96439.It seems that removing it from the shell definition allows me to proceed and all tests pass - I guess it was a tool to launch manually ?
Would it be okay for me to PR the removal ?
On a side note - would it make sense to test
shell.nix
on the CI to make sure it does not deteriorate ?Thanks again !
Let me know your thoughts :)
nice one, thanks !