Merge "flake: fix rl-next and rl-next-dev checks after 32eaa8a29 (fix nix flake check)" into main

This commit is contained in:
Qyriad 2024-04-07 23:26:19 +00:00 committed by Gerrit Code Review
commit 84599abd4c

View file

@ -351,8 +351,8 @@
binaryTarball = self.hydraJobs.binaryTarball.${system};
perlBindings = self.hydraJobs.perlBindings.${system};
nixpkgsLibTests = self.hydraJobs.tests.nixpkgsLibTests.${system};
rl-next = self.hydraJobs.tests.nixpkgsLibTests.${system}.user;
rl-next-dev = self.hydraJobs.tests.nixpkgsLibTests.${system}.dev;
rl-next = self.hydraJobs.rl-next.${system}.user;
rl-next-dev = self.hydraJobs.rl-next.${system}.dev;
pre-commit = self.hydraJobs.pre-commit.${system};
} // (lib.optionalAttrs (builtins.elem system linux64BitSystems)) {
dockerImage = self.hydraJobs.dockerImage.${system};