nixVersions.nix_2_7: add patch to fix #163374
https://github.com/NixOS/nixpkgs/issues/163374
This commit is contained in:
parent
21299f3dd3
commit
c450b79b1a
@ -68,6 +68,17 @@ in lib.makeExtensible (self: {
|
||||
nix_2_7 = common {
|
||||
version = "2.7.0";
|
||||
sha256 = "sha256-m8tqCS6uHveDon5GSro5yZor9H+sHeh+v/veF1IGw24=";
|
||||
patches = [
|
||||
# remove when there's a 2.7.1 release
|
||||
# https://github.com/NixOS/nix/pull/6297
|
||||
# https://github.com/NixOS/nix/issues/6243
|
||||
# https://github.com/NixOS/nixpkgs/issues/163374
|
||||
(fetchpatch {
|
||||
url = "https://github.com/NixOS/nix/commit/c9afca59e87afe7d716101e6a75565b4f4b631f7.patch";
|
||||
sha256 = "sha256-xz7QnWVCI12lX1+K/Zr9UpB93b10t1HS9y/5n5FYf8Q=";
|
||||
})
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
stable = self.nix_2_7;
|
||||
|
Loading…
Reference in New Issue
Block a user