fix artiqSrc

pull/16/head
Sebastien Bourdeauducq 2019-02-14 15:31:53 +08:00
parent d735a3df5f
commit 8b141e4e15
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> {}}:
let
artiqSrc = /nix/store/5418k539bag65rpdpn3jvhx9c3yn3jvp-artiq;
artiqSrc = <artiqSrc>;
generatedNix = pkgs.runCommand "generated-nix" { buildInputs = [ pkgs.nix pkgs.git ]; }
''
cp --no-preserve=mode,ownership -R ${./artiq} $out