ci testing
Some checks failed
build / build (nvim) (push) Failing after 6m40s

This commit is contained in:
iofq 2026-02-27 22:43:41 -06:00
parent db330b546d
commit abce966b76
3 changed files with 14 additions and 44 deletions

View file

@ -33,7 +33,7 @@ in
];
};
consensus = inputs.nixpkgs-stable.lib.nixosSystem {
pkgs = pkgs.stable;
pkgs = pkgs.nixos-stable;
specialArgs = {
pkgs-unstable = mkPkgs system;
inherit inputs system attrs;
@ -47,7 +47,7 @@ in
];
};
zen = inputs.nixpkgs-stable.lib.nixosSystem {
pkgs = pkgs.stable;
pkgs = pkgs.nixos-stable;
specialArgs = {
inherit inputs system attrs;
host = {
@ -60,7 +60,7 @@ in
];
};
oracle1 = inputs.nixpkgs-stable.lib.nixosSystem {
pkgs = pkgs.stable;
pkgs = pkgs.nixos-stable;
specialArgs = {
inherit inputs system attrs;
host = {