Add framework to build matrix
Some checks failed
Build NixOS Configurations / build (carbon) (push) Successful in 1m21s
Build NixOS Configurations / build (framework) (push) Successful in 1m52s
Build NixOS Configurations / build (git) (push) Successful in 1m19s
Build NixOS Configurations / build (gospel) (push) Failing after 28s
Build NixOS Configurations / build (node) (push) Failing after 27s
Some checks failed
Build NixOS Configurations / build (carbon) (push) Successful in 1m21s
Build NixOS Configurations / build (framework) (push) Successful in 1m52s
Build NixOS Configurations / build (git) (push) Successful in 1m19s
Build NixOS Configurations / build (gospel) (push) Failing after 28s
Build NixOS Configurations / build (node) (push) Failing after 27s
This commit is contained in:
parent
1752103b0a
commit
68081f7eed
2 changed files with 3 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
matrix:
|
||||
system:
|
||||
- "carbon"
|
||||
- "framework"
|
||||
- "git"
|
||||
- "gospel"
|
||||
- "node"
|
||||
|
|
|
|||
|
|
@ -25,10 +25,8 @@
|
|||
agenix.inputs.darwin.follows = "";
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
nixos-hardware.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nixvim.url = "git+https://git.alejandr0angul0.dev/alejandro-angulo/nixvim-config?ref=main";
|
||||
# nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
devenv.url = "github:cachix/devenv";
|
||||
devenv.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -145,9 +143,10 @@
|
|||
hydraJobs =
|
||||
let
|
||||
systems_to_build = [
|
||||
"carbon"
|
||||
"framework"
|
||||
"gospel"
|
||||
"node"
|
||||
"carbon"
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue