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

This commit is contained in:
alejandro-angulo 2026-04-14 09:30:24 -07:00
parent 1752103b0a
commit 68081f7eed
2 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,7 @@ jobs:
matrix: matrix:
system: system:
- "carbon" - "carbon"
- "framework"
- "git" - "git"
- "gospel" - "gospel"
- "node" - "node"

View file

@ -25,10 +25,8 @@
agenix.inputs.darwin.follows = ""; agenix.inputs.darwin.follows = "";
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; 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.url = "git+https://git.alejandr0angul0.dev/alejandro-angulo/nixvim-config?ref=main";
# nixvim.inputs.nixpkgs.follows = "nixpkgs";
devenv.url = "github:cachix/devenv"; devenv.url = "github:cachix/devenv";
devenv.inputs.nixpkgs.follows = "nixpkgs"; devenv.inputs.nixpkgs.follows = "nixpkgs";
@ -145,9 +143,10 @@
hydraJobs = hydraJobs =
let let
systems_to_build = [ systems_to_build = [
"carbon"
"framework"
"gospel" "gospel"
"node" "node"
"carbon"
]; ];
in in
{ {