forked from M-Labs/nix-scripts
cpld -> gluelogic
This commit is contained in:
parent
6ac087c823
commit
e2c1948931
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
|
||||||
let
|
let
|
||||||
jobs = import ./cpld/default.nix { inherit pkgs; };
|
jobs = import ./gluelogic/default.nix { inherit pkgs; };
|
||||||
in
|
in
|
||||||
builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) jobs
|
builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) jobs
|
|
@ -74,12 +74,12 @@
|
||||||
"artiq-fast": { "type": "sysbuild", "value": "artiq:fast:generated-nix", "emailresponsible": false }
|
"artiq-fast": { "type": "sysbuild", "value": "artiq:fast:generated-nix", "emailresponsible": false }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cpld": {
|
"gluelogic": {
|
||||||
"enabled": 1,
|
"enabled": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"description": "CPLD gateware",
|
"description": "Glue logic gateware for Sinara devices",
|
||||||
"nixexprinput": "nixScripts",
|
"nixexprinput": "nixScripts",
|
||||||
"nixexprpath": "cpld.nix",
|
"nixexprpath": "gluelogic.nix",
|
||||||
"checkinterval": 172800,
|
"checkinterval": 172800,
|
||||||
"schedulingshares": 1,
|
"schedulingshares": 1,
|
||||||
"enableemail": false,
|
"enableemail": false,
|
||||||
|
|
Loading…
Reference in New Issue