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.4
where 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.
I'm in the
golangbranch, trying to build or initialize a shell does not workwith the following error
and of course the problem is in
default.nixwhere apparently the tarball downloaded does not have the
nixpkgs-1903anymore, do you know a quickfix for this? Otherwise I could look into it.
Also, the
cppbranch, which I'm mostly interested in, does not havethe nix toolchain.
Thanks for the awesome project.