mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
config: reduce Hydra jobs to only build packages
All of the hosts with image format are basically packaged anyways and it also adds unnecessary time to output checks.
This commit is contained in:
parent
05b1c62adf
commit
f90379aa4d
14
flake.nix
14
flake.nix
@ -474,18 +474,6 @@
|
||||
# I'm cut off from the rest of my setup with no Hydra instance yet but
|
||||
# I'm sure it will grow some of them as long as you didn't put it under a
|
||||
# rock.
|
||||
hydraJobs =
|
||||
lib'.mapAttrs'
|
||||
(name: config:
|
||||
lib'.nameValuePair "nixos-${name}" config.config.system.build.toplevel)
|
||||
self.nixosConfigurations
|
||||
// lib'.mapAttrs'
|
||||
(name: config:
|
||||
lib'.nameValuePair "home-manager-${name}" config.activationPackage)
|
||||
self.homeManagerConfigurations
|
||||
// {
|
||||
build-packages = forAllSystems (system:
|
||||
self.packages.${system});
|
||||
};
|
||||
hydraJobs.build-packages = forAllSystems (system: self.packages.${system});
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user