about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-02-04 19:06:22 -0300
committerGitHub <noreply@github.com>2024-02-04 23:06:22 +0100
commita30ae78435b7c481233601eea523b9340ca0760f (patch)
tree06c9f74591bf92ce02095dd532357c650194b882 /pkgs/top-level/aliases.nix
parent1c38e7bc1416d8cb54077bd20859dcfd1d90d03c (diff)
downloadnixlib-a30ae78435b7c481233601eea523b9340ca0760f.tar
nixlib-a30ae78435b7c481233601eea523b9340ca0760f.tar.gz
nixlib-a30ae78435b7c481233601eea523b9340ca0760f.tar.bz2
nixlib-a30ae78435b7c481233601eea523b9340ca0760f.tar.lz
nixlib-a30ae78435b7c481233601eea523b9340ca0760f.tar.xz
nixlib-a30ae78435b7c481233601eea523b9340ca0760f.tar.zst
nixlib-a30ae78435b7c481233601eea523b9340ca0760f.zip
xonsh: 0.14.0 -> 0.14.4 (#282368)
* xonsh-unwrapped: add passthru.updateScript

* xonsh-unwrapped: move to pkgs/shells/xonsh/unwrapped.nix

* xonsh-unwrapped: incorporate into xonsh wrapper

* xonsh: migrate to by-name

* xonsh: refactor

- get rid of rec
- Boolean pyproject
- reorder attributes
- get rid of nested with
- change meta.maintainers:
  - remove vrthra
  - add AndersonTorres

* xonsh: 0.14.0 -> 0.14.1

* xonsh: 0.14.1 -> 0.14.2

* xonsh: 0.14.2 -> 0.14.3

* xonsh: 0.14.3 -> 0.14.4
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index b62a6c88843e..5ac799db2ade 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1149,6 +1149,7 @@ mapAliases ({
   xdg_utils = xdg-utils; # Added 2021-02-01
   xineLib = xine-lib; # Added 2021-04-27
   xineUI = xine-ui; # Added 2021-04-27
+  xonsh-unwrapped = throw "'xonsh-unwrapped' was incorporated into xonsh code; call xonsh directly instead."; # Added 2024-01-20
   xtrt = throw "xtrt has been removed due to being abandoned"; # Added 2023-05-25
   xulrunner = firefox-unwrapped; # Added 2023-11-03
   xvfb_run = xvfb-run; # Added 2021-05-07