nix-scripts/artiq/pkgs/artiq-src.nix

8 lines
180 B
Nix

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