aboutsummaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 516691e..8a896d0 100644
--- a/default.nix
+++ b/default.nix
@@ -1,7 +1,6 @@
{ nixpkgs ? null, compiler ? "ghc865", doBenchmark ? false } :
let
pinnedPkg = builtins.fetchGit {
- name = "nixos-unstable-2020-03-06";
url = https://github.com/nixos/nixpkgs/;
rev = "93ba4ecd58602d3f69f74f9d45d60a8f949544e2";
};