Updates JS backend nix instructions#889
Merged
Merged
Conversation
Per feedback, we should ensure we're using miso's pinned nixpkgs for fetching ghcjs.
Owner
Author
|
cc @akegalj $ cachix use haskell-miso-cachix
$ nix-shell -p pkgs.pkgsCross.ghcjs.haskell.packages.ghc9122.ghc -I nixpkgs=https://github.com/alexfmpe/nixpkgs/archive/b594b289740a2bc917ed9c66fef5d905f389cb96.tar.gzIf you're on Darwin it might not be cached, so I will try to push that later today, otherwise that command should succeed (does on linux) barring any Darwin nix chicanery. It's still a one-liner, so after this no nix should be required to use |
|
Thanks, that works like a charm. By the way I used to have is that one still used or should I drop it in favour of haskell-miso-cachix ? EDIT: I see its still uploaded to cachix, so its still probably used for some bits. Will use both. |
Owner
Author
|
Yea both is fine, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per feedback, we should ensure we're using miso's pinned nixpkgs for fetching ghcjs9122