Unverified Commit a45a73ae authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

nixVersions.nix_2_29: fixup tests

In the current build approach I couldn't quickly figure out
how to patch the source, so I just pushed it into a git branch.

We'll surely do it better soon, e.g. by upstream fixing this in
2.29 branch or even releasing 2.29.1.
parent a54d7ecd
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -191,10 +191,12 @@ lib.makeExtensible (
        inherit (self.nix_2_24.meta) maintainers teams;
        otherSplices = generateSplicesForNixComponents "nixComponents_2_29";
        src = fetchFromGitHub {
          owner = "NixOS";
          # FIXME: back to NixOS org once they fix it
          owner = "vcunat";
          repo = "nix";
          rev = version;
          hash = "sha256-fkbE3RCIUPFjS9A6SoEJbgMW3Rs98cs0ZZV/eTtJjaU=";
          rev = "p/jq-1.8.0"; # just a tiny test-only patch atop 2.29.0
          # see https://github.com/NixOS/nix/pull/13371
          hash = "sha256-F2ZODsET4cBsgsyOi8Sg/quESU0DnrYri0hYniqu37k=";
        };
      };