Remove stable

upstream switched to renamed packages which are only available on
nixos-unstable
This commit is contained in:
Sandro - 2023-04-30 15:34:28 +02:00
parent aa6411744c
commit 69749ff4d1
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 4 deletions

View File

@ -8,11 +8,9 @@
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-22.11";
};
outputs = { self, jovian, nixpkgs, nixpkgs-stable }:
outputs = { self, jovian, nixpkgs }:
let
inherit (nixpkgs) lib;
@ -60,7 +58,6 @@
hydraJobs = {
iso = lib.hydraJob self.nixosConfigurations.jovian.config.system.build.isoImage;
system = lib.hydraJob self.nixosConfigurations.jovian.config.system.build.toplevel;
system-stable = lib.hydraJob (nixosSystem' nixpkgs-stable).config.system.build.toplevel;
};
};
}