nix-exec: make git less heavyweight
This commit is contained in:
parent
f6b8460aa4
commit
c04dac7807
@ -4021,6 +4021,10 @@ let
|
||||
|
||||
nix-exec = callPackage ../development/interpreters/nix-exec {
|
||||
nix = nixUnstable;
|
||||
git = git.override {
|
||||
withManual = false;
|
||||
pythonSupport = false;
|
||||
};
|
||||
};
|
||||
|
||||
octave = callPackage ../development/interpreters/octave {
|
||||
|
Loading…
x
Reference in New Issue
Block a user