add a comment

This commit is contained in:
Seaswimmer 2024-12-22 11:03:11 -05:00
parent dae7fed01f
commit e028757a1d
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -88,7 +88,7 @@
tmpfile = $(mktemp)
gh copilot alias -- bash > @(tmpfile)
source-bash @(tmpfile)
ulimit -n 4096
ulimit -n 4096 # This is so that Gauntlet is able to be built
'';
package = pkgs.xonsh.override {
extraPackages = ps: [