flake.nix: fix hydraJobs

This commit is contained in:
Astro 2021-11-10 00:35:38 +01:00
parent e65dfab238
commit 9bd08e5fd1
1 changed files with 3 additions and 1 deletions

View File

@ -505,6 +505,8 @@
nixpkgs.lib.filterAttrs (_: nixosSystem:
system == nixosSystem.config.system.build.toplevel.system
) self.nixosConfigurations
) // self.packages.${system};
//
self.packages.${system};
)
};
}