1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

Merge pull request #12819 from NixOS/mergify/bp/2.28-maintenance/pr-12812

Disable packaging-overriding test (backport #12812)
This commit is contained in:
mergify[bot] 2025-03-31 17:44:54 +00:00 committed by GitHub
commit a8749a412f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -230,6 +230,9 @@
This shouldn't build anything significant; just check that things
(including derivations) are _set up_ correctly.
*/
# Disabled due to a bug in `testEqualContents` (see
# https://github.com/NixOS/nix/issues/12690).
/*
packaging-overriding =
let
pkgs = nixpkgsFor.${system}.native;
@ -248,6 +251,7 @@
# Same for all components; nix-util is an arbitrary pick
(nix.appendPatches [ pkgs.emptyFile ]).libs.nix-util.src;
};
*/
}
// (lib.optionalAttrs (builtins.elem system linux64BitSystems)) {
dockerImage = self.hydraJobs.dockerImage.${system};