This commit is contained in:
@@ -30,14 +30,18 @@
|
||||
gyehoek = final.haskell-nix.project' {
|
||||
src = ./.;
|
||||
compiler-nix-name = "ghc912";
|
||||
shell.tools = {
|
||||
cabal = {};
|
||||
haskell-language-server = {};
|
||||
shell = {
|
||||
withHoogle = true;
|
||||
tools = {
|
||||
cabal = {};
|
||||
haskell-language-server = {};
|
||||
};
|
||||
buildInputs = with final; [
|
||||
gcc
|
||||
qbe
|
||||
haskellPackages.cabal-fmt
|
||||
];
|
||||
};
|
||||
shell.buildInputs = with final; [
|
||||
gcc
|
||||
qbe
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
@@ -61,6 +65,7 @@
|
||||
in {
|
||||
# Exposed as a REPL convenience.
|
||||
_pkgs = each-system ({ pkgs, ... }: pkgs);
|
||||
_hf = hf;
|
||||
|
||||
packages = each-system ({ pkgs, system, ... }:
|
||||
hf.packages.${system} // {
|
||||
|
||||
Reference in New Issue
Block a user