This commit is contained in:
parent
db330b546d
commit
abce966b76
3 changed files with 14 additions and 44 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue