Cleanup xonsh overlay
This commit is contained in:
@@ -11,21 +11,19 @@ final: prev: {
|
|||||||
});
|
});
|
||||||
|
|
||||||
python39 = prev.python39.override {
|
python39 = prev.python39.override {
|
||||||
self = prev.python3;
|
self = prev.python39;
|
||||||
packageOverrides = pself: psuper: {
|
packageOverrides = pself: psuper: {
|
||||||
prompt-toolkit = psuper.prompt-toolkit.overrideAttrs final.ptk-override;
|
prompt-toolkit = psuper.prompt-toolkit.overrideAttrs (old: rec {
|
||||||
|
version = "3.0.29";
|
||||||
|
src = final.python3Packages.fetchPypi {
|
||||||
|
pname = "prompt_toolkit";
|
||||||
|
inherit version;
|
||||||
|
sha256 = "sha256-vWQPYOjOzXTw3CSXE9QzrOLdxitl7gf5bTWOCxUrbqc=";
|
||||||
|
};
|
||||||
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ptk-override = (old: rec {
|
|
||||||
version = "3.0.29";
|
|
||||||
src = final.python3Packages.fetchPypi {
|
|
||||||
pname = "prompt_toolkit";
|
|
||||||
inherit version;
|
|
||||||
sha256 = "sha256-vWQPYOjOzXTw3CSXE9QzrOLdxitl7gf5bTWOCxUrbqc=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
# Mach-nix is a toolkit for constructing custom Python environments
|
# Mach-nix is a toolkit for constructing custom Python environments
|
||||||
mach-nix = import (builtins.fetchGit {
|
mach-nix = import (builtins.fetchGit {
|
||||||
url = "https://github.com/DavHau/mach-nix/";
|
url = "https://github.com/DavHau/mach-nix/";
|
||||||
|
|||||||
Reference in New Issue
Block a user