stm32 -> mcu

pull/42/head
Sebastien Bourdeauducq 2021-02-06 21:45:40 +08:00
parent 29b4cb1b09
commit 0d706f000f
5 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{ {
"stm32": { "mcu": {
"enabled": 1, "enabled": 1,
"hidden": false, "hidden": false,
"description": "STM32 firmware", "description": "MCU firmware",
"nixexprinput": "nixScripts", "nixexprinput": "nixScripts",
"nixexprpath": "stm32.nix", "nixexprpath": "mcu.nix",
"checkinterval": 300, "checkinterval": 300,
"schedulingshares": 10, "schedulingshares": 10,
"enableemail": false, "enableemail": false,

View File

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {} }: { pkgs ? import <nixpkgs> {} }:
let let
jobs = import ./stm32/default.nix { jobs = import ./mcu/default.nix {
mozillaOverlay = import <mozillaOverlay>; mozillaOverlay = import <mozillaOverlay>;
}; };
in in