From 9caba70a4eb87536b8925020cf90c1c300c3ccc6 Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 13 Jan 2025 15:44:23 -0600 Subject: [PATCH] remove ulimit call from xonsh shell --- nixos/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/shell.nix b/nixos/shell.nix index a8cb015..980fd73 100644 --- a/nixos/shell.nix +++ b/nixos/shell.nix @@ -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 {