Set SKIP_CC_CVMFS=1 in nix-shell pure mode to avoid CVMFS pollution
This commit is contained in:
@@ -35,7 +35,7 @@ self: super: pkgs: with pkgs; {
|
||||
sambamba = callPackage ./sambamba { };
|
||||
|
||||
nixStable = super.nixStable.overrideAttrs
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/remote.patch ]; } );
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/remote.patch ./nix/cvmfs.patch ]; } );
|
||||
nix = super.nix.overrideAttrs
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/remote.patch ]; } );
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/remote.patch ./nix/cvmfs.patch ]; } );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user