forked from M-Labs/zynq-rs
default.nix: make naming consistent with artiq-zynq
This commit is contained in:
parent
450ccef18e
commit
82794d3abd
|
@ -30,7 +30,7 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
experiments-zc706 = build-crate "experiments-zc706" "experiments" "target_zc706";
|
zc706-experiments = build-crate "zc706-experiments" "experiments" "target_zc706";
|
||||||
experiments-cora = build-crate "experiments-cora" "experiments" "target_cora_z7_10";
|
cora-experiments = build-crate "cora-experiments" "experiments" "target_cora_z7_10";
|
||||||
fsbl-zc706 = (import ./nix/fsbl.nix { inherit pkgs; });
|
zc706-fsbl = (import ./nix/fsbl.nix { inherit pkgs; });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue