This commit is contained in:
2026-04-30 16:32:53 -06:00
parent 0ab53a25a7
commit 7495957f1b
6 changed files with 262 additions and 67 deletions
+12 -7
View File
@@ -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} // {