add derivation for testing

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-13 18:34:03 +02:00
parent daf6106ba5
commit 2807a5872b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 10 additions and 0 deletions

10
default.nix Normal file
View File

@ -0,0 +1,10 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.fetchgit {
url = "https://github.com/status-im/nix-fetchgit-debug.git";
rev = "162d1f6225257db5085d8abd57a6b5e14ae3aa59";
sha256 = "03savn410wxmi3cw5977ssl3hnpdpgqpc3jn69jcd82m3ks01xbm";
leaveDotGit = true;
deepClone = true;
fetchSubmodules = true;
}