mirror of https://github.com/m-labs/artiq.git
nix: name consistency
This commit is contained in:
parent
ea2956bcb8
commit
bd22c8e200
|
@ -49,7 +49,7 @@ let
|
||||||
chmod 755 $out/fake-conda/build.sh
|
chmod 755 $out/fake-conda/build.sh
|
||||||
'';
|
'';
|
||||||
conda-board = import ./conda-build.nix { inherit pkgs; } {
|
conda-board = import ./conda-build.nix { inherit pkgs; } {
|
||||||
name = "conda-board-${target}-${variant}";
|
name = "conda-artiq-board-${target}-${variant}";
|
||||||
src = fakeCondaSource;
|
src = fakeCondaSource;
|
||||||
recipe = "fake-conda";
|
recipe = "fake-conda";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue