fix artiqSrc

pull/16/head
Sebastien Bourdeauducq 2019-02-14 20:16:56 +08:00
parent 23c61f3d95
commit 68994e5b87
1 changed files with 1 additions and 1 deletions

View File

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