temporary: nix: Work around for broken stat size #1645
This commit is contained in:
@@ -7,4 +7,9 @@
|
||||
|
||||
self: super: pkgs: with pkgs; {
|
||||
|
||||
# https://github.com/NixOS/nix/pull/1645
|
||||
nixStable = super.nixStable.overrideAttrs
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/stat.patch ]; } );
|
||||
nix = super.nix.overrideAttrs
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/stat.patch ]; } );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user