diff --git a/flake.nix b/flake.nix index 06d23fe..b394786 100644 --- a/flake.nix +++ b/flake.nix @@ -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;