summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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 28fbd46..22bc20b 100644
--- a/shell.nix
+++ b/shell.nix
@@ -20,7 +20,7 @@
20# # XXX Workaround https://ghc.haskell.org/trac/ghc/ticket/11042. 20# # XXX Workaround https://ghc.haskell.org/trac/ghc/ticket/11042.
21# extraArgs = ["--extra-lib-dirs=${gfortranlibdir}"]; 21# extraArgs = ["--extra-lib-dirs=${gfortranlibdir}"];
22# } // libHack) 22# } // libHack)
23 23
24 24
25{ nixpkgs ? import <nixpkgs> 25{ nixpkgs ? import <nixpkgs>
26 {} 26 {}