diff --git a/flake.nix b/flake.nix index 624ff0f..74d9d4e 100644 --- a/flake.nix +++ b/flake.nix @@ -164,6 +164,10 @@ (self.lib.flattenLeaves ./hosts); homeConfigurations = self.lib.mkHomeConfigurations { inherit (self.nixosConfigurations) "data.cs.purdue.edu"; }; + + hydraJobs = { + inherit (self) packages; + }; }; imports = [