-
Notifications
You must be signed in to change notification settings - Fork 29
Description
#Which version of nixpkgs are you supposed to use?
After doing a clone of the repo and following exact (so with the same nixpkgs generated in default.nix specified as NIX_PATH) instructions for a local package:
error: anonymous function at /nix/store/vi96434p25iamf88ddwprpb62yqdmxry-21a8239452adae3a4717772f4e490575586b2755.tar.gz/pkgs/development/haskell-modules/default.nix:1:1 called with unexpected argument ‘configurationCommon’, at /nix/store/vi96434p25iamf88ddwprpb62yqdmxry-21a8239452adae3a4717772f4e490575586b2755.tar.gz/lib/customisation.nix:56:12
If I change NIX_PATH to point to master:
error: attribute ‘gcc_s’ missing, at /home/boobly/haskell/zero/default.nix:587:22 (use ‘--show-trace’ to show detailed location information)
If I change NIX_PATH to point to unstable, same error as above.