aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2020-06-14 12:19:26 +0200
committerJoris2020-06-14 12:19:26 +0200
commitaca8201b5b3af0c5d144292c61271402c49ff08a (patch)
treed11430b334ce8de6dfe13fd8ea31c8a92f116eb5
parent4664a35134feea196c79c8f2f539215c82902f3f (diff)
downloadpersonal-page-aca8201b5b3af0c5d144292c61271402c49ff08a.tar.gz
personal-page-aca8201b5b3af0c5d144292c61271402c49ff08a.tar.bz2
personal-page-aca8201b5b3af0c5d144292c61271402c49ff08a.zip
Pin nixpkgs
-rw-r--r--shell.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 9058482..a34dfbc 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,9 @@
-with (import <nixpkgs> {});
+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";