From 7e377128432ced2c4b27deea50cb1944fd28b6f1 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 22 Dec 2024 10:46:02 -0500 Subject: [PATCH] set `ulimit -n` to 4096 in xonsh shell config --- nixos/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/shell.nix b/nixos/shell.nix index aa16f9d..d59d529 100644 --- a/nixos/shell.nix +++ b/nixos/shell.nix @@ -88,6 +88,7 @@ tmpfile = $(mktemp) gh copilot alias -- bash > @(tmpfile) source-bash @(tmpfile) + ulimit -n 4096 ''; package = pkgs.xonsh.override { extraPackages = ps: [