flake add hydraJobs

This commit is contained in:
Kabbone 2024-05-05 19:58:51 +02:00
parent f864f543b8
commit b88a5b9a2a
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -70,6 +70,11 @@
location = "$HOME/.setup";
in # Use above variables in ...
{
hydraJobs = {
inherit (self)
packages;
};
nixosConfigurations = ( # NixOS configurations
import ./hosts { # Imports ./hosts/default.nix
inherit (nixpkgs) lib;