0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #325813 from SamLukeYes/xonsh

xonsh: fix wrapper, 0.17.0 -> 0.18.2
This commit is contained in:
Emily 2024-08-16 22:53:01 +01:00 committed by GitHub
commit 00f9b25737
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 148 additions and 141 deletions

View file

@ -23,7 +23,7 @@ in
};
package = lib.mkPackageOption pkgs "xonsh" {
example = "xonsh.wrapper.override { extraPackages = ps: [ ps.requests ]; }";
example = "pkgs.xonsh.override { extraPackages = ps: [ ps.requests ]; }";
};
config = lib.mkOption {