2
0
Fork 0

Update Nixpkgs pin

This commit is contained in:
Ehmry - 2019-10-06 00:58:20 +02:00
parent b4503cb98e
commit 3f19dae637
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ let
nixpkgs' = builtins.fetchGit {
# A branch of Nixpkgs with a custom "crossSystem" mechanism
url = "https://github.com/ehmry/nixpkgs.git";
ref = "hybrid";
rev = "3985d04b2cfe144beaf0fde58b2904763004197f";
ref = "hybrid-19.09";
rev = "9a704b7def9bc9ea04d12d6a0d55ebebe0af982a";
};
in { nixpkgs ? nixpkgs', dhall-haskell ? ./dhall-haskell.nix }: