From e028757a1d60babc92d4fa44b4da698a39dd4860 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 22 Dec 2024 11:03:11 -0500 Subject: [PATCH] add a comment --- nixos/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/shell.nix b/nixos/shell.nix index d59d529..80ab914 100644 --- a/nixos/shell.nix +++ b/nixos/shell.nix @@ -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: [