Update the system

This commit is contained in:
Greg Hellings
2024-04-22 17:15:05 -05:00
parent 239990a8c0
commit 5ef24c2a43
4 changed files with 63 additions and 66 deletions
+3 -6
View File
@@ -87,14 +87,11 @@ in rec {
};
pipenv-ivr = prev.callPackage ./pipenv.nix { };
xonsh = prev.xonsh.overridePythonAttrs (old: rec{
python3 = final.gregpy;
propagatedBuildInputs = with final.gregpy.pkgs; old.propagatedBuildInputs ++ [
responses
ruamel-yaml
xonsh = (prev.xonsh.override {
extraPackages = (ps: with ps; [
xonsh-apipenv
xonsh-direnv
xontrib-vox
];
]);
});
}