diff options
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ in pkgs.mkShell { packages = [ pkgs.cabal-install - pkgs.ghc + pkgs.haskell.compiler.ghc914 pkgs.llvm pkgs.vulkan-tools |
