obelisk
obelisk copied to clipboard
Update GHCID, Gitignore.nix and Nix-thunk
This should allow anyone using flakes to properly install obelisk systemwide as long as they set "thunkpkgs" when importing obelisk default.nix
I have:
- [ ] Based work on latest
develop
branch - [ ] Followed the contribution guide
- [ ] Looked for lint in my changes with
hlint .
(lint found code you did not write can be left alone) - [ ] Run the test suite:
$(nix-build -A selftest --no-out-link)
- [ ] Updated the changelog
- [ ] (Optional) Run CI tests locally:
nix-build release.nix -A build.x86_64-linux --no-out-link
(orx86_64-darwin
on macOS)