aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-02-16 18:02:45 +0000
committerYann Herklotz <git@yannherklotz.com>2021-02-16 18:02:45 +0000
commit522d995c874baf06c8d3935b06b51d0182f59303 (patch)
tree759176301310089afe4fe88ee9fd42a1ed51ac58
parent61b3bb14828a0d08c30982a41da896d3b65d64b8 (diff)
downloadvericert-kvx-522d995c874baf06c8d3935b06b51d0182f59303.tar.gz
vericert-kvx-522d995c874baf06c8d3935b06b51d0182f59303.zip
Pin nixpkgs
-rw-r--r--default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index ae99da5..8308389 100644
--- a/default.nix
+++ b/default.nix
@@ -1,5 +1,4 @@
-with import <nixpkgs> {};
-
+with import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/269fc4ddb896c1c5994eb4bb8c750ec18cb3db82.tar.gz") {};
let
ncoq = coq_8_12;
ncoqPackages = coqPackages_8_12;