1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-17 22:41:08 +01:00

Merge pull request #14147 from lovesegfault/nix-multi-ci

ci: test without s3 and with curl-based-s3
This commit is contained in:
Sergei Zimmerman 2025-10-08 02:38:03 +03:00 committed by GitHub
commit fc8b784924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 109 additions and 7 deletions

View file

@ -34,6 +34,9 @@ let
inherit (lib) fileset;
in
assert lib.assertMsg (!withAWS || !withCurlS3)
"withAWS and withCurlS3 are mutually exclusive - cannot enable both S3 implementations simultaneously";
mkMesonLibrary (finalAttrs: {
pname = "nix-store";
inherit version;