-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
I'm in the golang branch, trying to build or initialize a shell does not work
with the following error
error: attribute 'nixpkgs-1903' missing, at /home/gallo/software/purescript-native/default.nix:3:16
and of course the problem is in default.nix
nixpkgsSrc = haskellNix.sources.nixpkgs-1903; # has hsc2hs-0.68.4where apparently the tarball downloaded does not have the nixpkgs-1903
anymore, do you know a quickfix for this? Otherwise I could look into it.
Also, the cpp branch, which I'm mostly interested in, does not have
the nix toolchain.
Thanks for the awesome project.