remove ulimit call from xonsh shell

This commit is contained in:
cswimr 2025-01-13 15:44:23 -06:00
parent 75d319a32c
commit 9caba70a4e
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -33,7 +33,6 @@
tmpfile = $(mktemp)
gh copilot alias -- bash > @(tmpfile)
source-bash @(tmpfile)
ulimit -n 4096 # This is so that Gauntlet is able to be built
execx($(${pkgs.any-nix-shell}/bin/any-nix-shell xonsh --info-right))
'';
package = pkgs.xonsh.override {