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> {}}:
|
||||
pkgs.fetchgit {
|
||||
url = "https://github.com/m-labs/artiq";
|
||||
rev = import ./artiq-rev.nix;
|
||||
sha256 = import ./artiq-hash.nix;
|
||||
deepClone = true;
|
||||
}
|
||||
{ fetchgit }: <artiqSrc>
|
||||
|
1
artiq/pkgs/artiq-version.nix
Normal file
1
artiq/pkgs/artiq-version.nix
Normal file
@ -0,0 +1 @@
|
||||
"5e.localdev"
|
Loading…
Reference in New Issue
Block a user