Tighten up evaluation
No need to bring along the unstable when I ended up never using it. Also, clean up some extra cruft in the tmux configuration
This commit is contained in:
@@ -82,7 +82,7 @@ in rec {
|
||||
};
|
||||
pipenv-ivr = prev.callPackage ./pipenv.nix { };
|
||||
|
||||
myxonsh = (prev.unstable.xonsh-unwrapped.passthru.wrapper.override {
|
||||
myxonsh = (prev.xonsh-unwrapped.passthru.wrapper.override {
|
||||
extraPackages = (ps: with ps; [
|
||||
xonsh-apipenv
|
||||
xonsh-direnv
|
||||
|
||||
Reference in New Issue
Block a user