Testing xonsh

This commit is contained in:
Greg Hellings
2024-08-16 15:12:53 -05:00
parent c46dbd3f59
commit 704afb6227
8 changed files with 60 additions and 24 deletions
-8
View File
@@ -81,12 +81,4 @@ in rec {
postInstall = prev.libvirt.postInstall + "rm -r $out/lib/systemd/system/libvirtd.service";
};
pipenv-ivr = prev.callPackage ./pipenv.nix { };
myxonsh = (prev.xonsh-unwrapped.passthru.wrapper.override {
extraPackages = (ps: with ps; [
xonsh-apipenv
xonsh-direnv
xontrib-vox
]);
});
}