remove ulimit call from xonsh shell
This commit is contained in:
parent
75d319a32c
commit
9caba70a4e
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue