fix hydra networking and remove unused hydra config files
This commit is contained in:
parent
dc83848eb0
commit
fa9e81589b
7 changed files with 4 additions and 74 deletions
17
outputs.nix
17
outputs.nix
|
@ -32,23 +32,6 @@
|
|||
|
||||
formatter = pkgs.nixpkgs-fmt;
|
||||
|
||||
jobsets = (import ./jobsets.nix {
|
||||
inherit pkgs;
|
||||
projectName = "nix-config";
|
||||
declInput = {
|
||||
src = {
|
||||
type = "git";
|
||||
value = "git://github.com/dadada/nix-config.git main";
|
||||
emailresponsible = false;
|
||||
};
|
||||
nixpkgs = {
|
||||
type = "git";
|
||||
value = "git://github.com/NixOS/nixpkgs.git nixpkgs-22.11";
|
||||
emailresponsible = false;
|
||||
};
|
||||
};
|
||||
});
|
||||
|
||||
packages = import ./pkgs { inherit pkgs; } // {
|
||||
installer-iso = self.nixosConfigurations.installer.config.system.build.isoImage;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue