diff --git a/flake.nix b/flake.nix index 19a0fcf..f7ae95f 100644 --- a/flake.nix +++ b/flake.nix @@ -37,8 +37,7 @@ }; hydraJobs = { - inherit (self) - packages; + packages.x86_64-linux.nixos-exporter = self.packages.x86_64-linux.nixos-exporter; }; }; }