Pin to a specific version of all-hies
Fewer cache busts, plus makes updating versions easier
This commit is contained in:
parent
84f32efad4
commit
e669b54f0c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
let
|
||||
inherit (nixpkgs) pkgs lib;
|
||||
inherit (lib) id;
|
||||
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
|
||||
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/c6e93d2d641ef48703eabed8ec5cde3d774cb0e5") {};
|
||||
hie = all-hies.selection { selector = p: { inherit (p) ghc865; }; };
|
||||
xanthous =
|
||||
(if failOnWarnings then pkgs.haskell.lib.failOnAllWarnings else id)
|
||||
|
|
Loading…
Reference in a new issue