From 0d706f000f8796731eb54f99d999380ecf5474cb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 6 Feb 2021 21:45:40 +0800 Subject: [PATCH] stm32 -> mcu --- hydra/{stm32.json => mcu.json} | 6 +++--- {stm32 => mcu}/channel-rust-nightly.toml | 0 {stm32 => mcu}/default.nix | 0 {stm32 => mcu}/rustPlatform.nix | 0 stm32.nix | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename hydra/{stm32.json => mcu.json} (91%) rename {stm32 => mcu}/channel-rust-nightly.toml (100%) rename {stm32 => mcu}/default.nix (100%) rename {stm32 => mcu}/rustPlatform.nix (100%) diff --git a/hydra/stm32.json b/hydra/mcu.json similarity index 91% rename from hydra/stm32.json rename to hydra/mcu.json index 1c040ad..9ab5435 100644 --- a/hydra/stm32.json +++ b/hydra/mcu.json @@ -1,10 +1,10 @@ { - "stm32": { + "mcu": { "enabled": 1, "hidden": false, - "description": "STM32 firmware", + "description": "MCU firmware", "nixexprinput": "nixScripts", - "nixexprpath": "stm32.nix", + "nixexprpath": "mcu.nix", "checkinterval": 300, "schedulingshares": 10, "enableemail": false, diff --git a/stm32/channel-rust-nightly.toml b/mcu/channel-rust-nightly.toml similarity index 100% rename from stm32/channel-rust-nightly.toml rename to mcu/channel-rust-nightly.toml diff --git a/stm32/default.nix b/mcu/default.nix similarity index 100% rename from stm32/default.nix rename to mcu/default.nix diff --git a/stm32/rustPlatform.nix b/mcu/rustPlatform.nix similarity index 100% rename from stm32/rustPlatform.nix rename to mcu/rustPlatform.nix diff --git a/stm32.nix b/stm32.nix index 0f5eb7b..9db18c9 100644 --- a/stm32.nix +++ b/stm32.nix @@ -1,7 +1,7 @@ { pkgs ? import {} }: let - jobs = import ./stm32/default.nix { + jobs = import ./mcu/default.nix { mozillaOverlay = import ; }; in