From 6491ba90ad69afc48c412eb897a2fb6c91e579ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Thu, 25 Sep 2025 18:34:18 +0200 Subject: [PATCH] Add hydraJobs with tests and packages --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index e20101e..4175c73 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,11 @@ (filterAttrs (_: isDerivation)) ]; + hydraJobs = { + inherit (self.legacyPackages.x86_64-linux.bsc-ci) test; + packages = self.packages.${system}; + }; + # propagate nixpkgs lib, so we can do bscpkgs.lib inherit (nixpkgs) lib; };