forked from M-Labs/nix-scripts
add default artiq-src.nix and artiq-version.nix
This commit is contained in:
parent
5964021cef
commit
5201aa308b
|
@ -1,7 +1 @@
|
||||||
{ pkgs ? import <nixpkgs> {}}:
|
{ fetchgit }: <artiqSrc>
|
||||||
pkgs.fetchgit {
|
|
||||||
url = "https://github.com/m-labs/artiq";
|
|
||||||
rev = import ./artiq-rev.nix;
|
|
||||||
sha256 = import ./artiq-hash.nix;
|
|
||||||
deepClone = true;
|
|
||||||
}
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
"5e.localdev"
|
Loading…
Reference in New Issue