Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use flake-utils from haskell.nix and fix packages #67

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

hamishmack
Copy link
Contributor

The version of flake-utils we use in haskell.nix includes numtide/flake-utils#97

The packages attribute was replaced instead of extended by the code that adds packages.default.

The version of `flake-utils` we use in haskell.nix includes numtide/flake-utils#97

The `packages` attribute was replaced instead of extended by the code that adds `packages.default`.
@tomberek tomberek merged commit 63f055f into NixOS:master Aug 17, 2024
hamishmack added a commit to hamishmack/templates that referenced this pull request Sep 1, 2024
NixOS#67 had some bit rot when it was merged.  Haskell.nix does not depend on `flake-utils` internally any more (so we can't get the patched version from there).

Now that numtide/flake-utils#97 is merged we can use `numtide/flake-utils` directly in this template.
@hamishmack
Copy link
Contributor Author

I forgot about that PR. I think we should fix the template see #86

tomberek pushed a commit that referenced this pull request Sep 2, 2024
#67 had some bit rot when it was merged.  Haskell.nix does not depend on `flake-utils` internally any more (so we can't get the patched version from there).

Now that numtide/flake-utils#97 is merged we can use `numtide/flake-utils` directly in this template.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants