nix: Patch to support NIX_DAEMON=<addr>:<port>
This commit is contained in:
@@ -20,4 +20,9 @@ self: super: pkgs: with pkgs; {
|
||||
namd = callPackage ./namd.nix { };
|
||||
|
||||
sambamba = callPackage ./sambamba { };
|
||||
|
||||
nixStable = super.nixStable.overrideAttrs
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/remote.patch ]; } );
|
||||
nix = super.nix.overrideAttrs
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/remote.patch ]; } );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user