aboutsummaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-14 19:52:49 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-14 19:52:49 +0200
commit4042138101d433cefed0a9157a2dc6fda54e4b60 (patch)
treed273432312b1f101eda968618ab11a42bdee683f /default.nix
parent6547ca0b1d6244fcced31ce119ff5841cb60b086 (diff)
downloadverismith-4042138101d433cefed0a9157a2dc6fda54e4b60.tar.gz
verismith-4042138101d433cefed0a9157a2dc6fda54e4b60.zip
Add changes to Icarus for fuzzing
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";
};