forked from M-Labs/nix-scripts
fix indentation
This commit is contained in:
parent
a6f8e1a558
commit
6fd6648132
|
@ -30,7 +30,7 @@ let
|
||||||
cp target/thumbv7em-none-eabihf/release/${name} $out/${name}.elf
|
cp target/thumbv7em-none-eabihf/release/${name} $out/${name}.elf
|
||||||
echo file binary-dist $out/${name}.elf >> $out/nix-support/hydra-build-products
|
echo file binary-dist $out/${name}.elf >> $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
stabilizer = buildStm32Firmware {
|
stabilizer = buildStm32Firmware {
|
||||||
|
|
Loading…
Reference in New Issue