Skip to content

Commit

Permalink
nix: name consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Feb 12, 2019
1 parent ea2956b commit bd22c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/conda-board.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit bd22c8e

Please sign in to comment.