-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
or, alternatively, switch to using the nix-shell to build the haskell project, instead of/in combination with stack.
there is a suggestion that i could use nix build with something like:
$ nix build --impure --print-out-paths --expr 'let pkgs = import <nixpkgs> {};
in pkgs.fetchgit {
url = "https://github.com/FixPlanet/org";
rev = "4507755ee4ce43e279995b21b384aef338ee81f3";
sha256 = "sha256-cQzjlrSzu8m8PsbOe/+YVRqc1y0SR4NlfJZ7KKqqyqU=";
fetchLFS = true;
}'
/nix/store/8knh445df1pqlfqggqji9z3p4pxdrr4y-org-4507755
as for the stack+nix scheme; see:
the changes here should also be carried through to the CI (and the main readme)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed