Skip to content
Snippets Groups Projects
Commit 4e4093f7 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Bump nixpkgs

parent 400d63f7
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,12 @@
# nix build -f --arg ghc "(import build.nix {ghc-path=$GHC_TREE;})"
#
let
rev = "e0818a15305561ea1ebe36203d914465fd71453d";
# To update nixpkgs bump rev and baseNixpkgs's sha256.
rev = "2f746bc1fcdc24b103bda3a27ed82c23200cc077";
baseNixpkgs =
fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
sha256 = "017j741anrl66nndfmblp6xc1lz7783dh8lf19srmxnk5xk4wn7l";
sha256 = "142yl6xakkwmyy8x32h94fci4x09l0yqppq5hwj19a3nmd0zmsjx";
};
in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment