Open
Description
I'm using the following derivation:
pkgs.haskell-nix.stackProject {
src = pkgs.fetchFromGitHub {
owner = "haskell";
repo = "haskell-ide-engine";
rev = "f2c727b284587484b7ca0ab4096336190c3834c6";
sha256 = "0i48pps842mn4xc2xzj0mm77z4vf2s1ydql8ma4b5hhwj198hb7v";
};
stackYaml = "stack-8.8.3.yaml";
# Invalidate and update if you change the version
stack-sha256 = "00vcggb31sl5a405gifb1d8yl1p4mam9b1hzmrgsjn04c8d67w09";
inherit checkMaterialization;
pkg-def-extras = [
# Workaround for https://github.com/input-output-hk/haskell.nix/issues/214
(hackage: {
packages = {
"hsc2hs" = (((hackage.hsc2hs)."0.68.6").revisions).default;
};
})
];
};
Which gives me
builder for '/nix/store/pmxqvzyyxcnzg165nbcw4pjr28mkk6nj-stack-to-nix-pkgs.drv' failed with exit code 1; last 1 log lines:
stack-to-nix: /nix/store/ddx7f0vx2xshhg6yi9lbhcfamzr8f7sf-source/bytestring-trie-0.2.5.0@rev1: getDirectoryContents:openDirStream: does not exist (No such file or directory)