Skip to content

Commit

Permalink
Merge pull request #122794 from Mic92/nix-hotfix
Browse files Browse the repository at this point in the history
nixUnstable: pre20210503_6d2553a -> pre20210513_340f831
  • Loading branch information
domenkozar authored May 15, 2021
2 parents e83b3f3 + 5e7e70b commit f5f8f24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ in rec {
};

inherit storeDir stateDir confDir boehmgc;

patches = [
(fetchpatch {
url = "https://github.com/NixOS/nix/commit/8c7e043de2f673bc355d83f1e873baa93f30be62.patch";
sha256 = "sha256-aTcUnZXheewnyCT7yQKnTqQDKS2uDoN9plMQgxJH8Ag=";
})
];
});

nixExperimental = nixUnstable.overrideAttrs (prev: {
Expand Down

0 comments on commit f5f8f24

Please sign in to comment.