summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-08-19 04:47:51 +0200
committerandromeda <andromeda@lenovo>2026-08-19 04:47:51 +0200
commitf94cca6abc7bc5bd4165165d3b615879d93ce22d (patch)
treed96e734ae83f6383f1a3db53f49e54945b535e25 /shell.nix
parent729859ab53a77bb80bc5d9f535c221bcff12cfed (diff)
add FIR
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 2d3c492..7028dfd 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,7 +4,7 @@ in
pkgs.mkShell {
packages = [
pkgs.cabal-install
- pkgs.ghc
+ pkgs.haskell.compiler.ghc914
pkgs.llvm
pkgs.vulkan-tools