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,
"hidden": false,
"description": "STM32 firmware",
"description": "MCU firmware",
"nixexprinput": "nixScripts",
"nixexprpath": "stm32.nix",
"nixexprpath": "mcu.nix",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,

View File

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