Update xonsh

This commit is contained in:
greg-compass
2023-08-14 01:11:28 -05:00
parent 45832980fd
commit 9544525f4d
2 changed files with 97 additions and 1 deletions
+3 -1
View File
@@ -65,7 +65,9 @@ in rec {
pkgs = final.pkgs;
};
xonsh = prev.xonsh.overridePythonAttrs (old: rec{
xonsh = (prev.callPackage ./xonsh.nix {
#inherit (final) lib coreutils python3Packages git;
}).overridePythonAttrs (old: rec{
python3 = final.gregpy;
propagatedBuildInputs = with final.gregpy.pkgs; old.propagatedBuildInputs ++ [
xonsh-apipenv