add default artiq-src.nix and artiq-version.nix

pull/16/head
Sebastien Bourdeauducq 2019-02-17 14:51:18 +08:00
parent 5964021cef
commit 5201aa308b
2 changed files with 2 additions and 7 deletions

View File

@ -1,7 +1 @@
{ pkgs ? import <nixpkgs> {}}:
pkgs.fetchgit {
url = "https://github.com/m-labs/artiq";
rev = import ./artiq-rev.nix;
sha256 = import ./artiq-hash.nix;
deepClone = true;
}
{ fetchgit }: <artiqSrc>

View File

@ -0,0 +1 @@
"5e.localdev"