summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-03 16:10:47 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-03 16:10:47 +0100
commit09acf9a22396f074c83609a2b3d8770962d55e47 (patch)
tree2dec9eda6f02471296bea3eff9be965e04f1411b /shell.nix
parent588e5ba997ce1fa4a4338beef81349a0d10f7966 (diff)
Force a new cache
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 {}