flake updates
Some checks are pending
Haskell-CI / Haskell-CI - Linux - ghc-8.10.7 (push) Waiting to run
Haskell-CI / Haskell-CI - Linux - ghc-8.6.5 (push) Waiting to run
Haskell-CI / Haskell-CI - Linux - ghc-8.8.4 (push) Waiting to run
Haskell-CI / Haskell-CI - Linux - ghc-9.0.2 (push) Waiting to run
Haskell-CI / Haskell-CI - Linux - ghc-9.2.7 (push) Waiting to run
Haskell-CI / Haskell-CI - Linux - ghc-9.4.4 (push) Waiting to run

This commit is contained in:
Rene Vergara 2025-04-15 13:27:53 -05:00
parent 39ea402877
commit bbe19caf27
Signed by: pitmutt
SSH key fingerprint: SHA256:vNa8FIqbBZjV9hOCkXyOzd7gqWCMCfkcfiPH2zaGfQ0

View file

@ -51,9 +51,11 @@
foreign-rust = {
check = false;
};
autoWire = ["packages" "devShells"];
};
# devShell = {
devShell = {
# # Enabled by default
# enable = true;
#
@ -62,7 +64,7 @@
# tools = hp: { fourmolu = hp.fourmolu; ghcid = null; };
#
# hlsCheck.enable = true;
# };
};
};
# haskell-flake doesn't set the default package, but you can do it here.