From aca8201b5b3af0c5d144292c61271402c49ff08a Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 14 Jun 2020 12:19:26 +0200 Subject: Pin nixpkgs --- shell.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9058482..a34dfbc 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,9 @@ -with (import {}); +with (import (builtins.fetchGit { + name = "nixpkgs-20.03"; + url = "git@github.com:nixos/nixpkgs.git"; + rev = "5272327b81ed355bbed5659b8d303cf2979b6953"; + ref = "refs/tags/20.03"; +}) {}); haskell.lib.buildStackProject { name = "myenv"; -- cgit v1.2.3