add a comment
This commit is contained in:
parent
dae7fed01f
commit
e028757a1d
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue