Skip to content

Commit

Permalink
Pin haskell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Mar 20, 2021
1 parent abd2de7 commit 386507b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ # Fetch the latest haskell.nix and import its default.nix
haskellNix ? import (builtins.fetchTarball "https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz") {}
haskellNix ? import (builtins.fetchTarball "https://github.com/input-output-hk/haskell.nix/archive/d890a8f652acdef0d38ff9d1e7baaed3083bc520.tar.gz") {}

# haskell.nix provides access to the nixpkgs pins which are used by our CI,
# hence you will be more likely to get cache hits when using these.
Expand Down

0 comments on commit 386507b

Please sign in to comment.