nix-exec: make git less heavyweight
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user