nix: name consistency

pull/1278/head
Sebastien Bourdeauducq 2019-02-13 00:22:01 +08:00
parent ea2956bcb8
commit bd22c8e200
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ let
chmod 755 $out/fake-conda/build.sh
'';
conda-board = import ./conda-build.nix { inherit pkgs; } {
name = "conda-board-${target}-${variant}";
name = "conda-artiq-board-${target}-${variant}";
src = fakeCondaSource;
recipe = "fake-conda";
};