From d01011a39cf62fac8111715ad27280d67caeeeaf Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 11 May 2024 03:06:08 +0100 Subject: [PATCH] fix: correct syntax error in devshell.nix --- devshell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devshell.nix b/devshell.nix index c678183..9f74d4e 100644 --- a/devshell.nix +++ b/devshell.nix @@ -4,7 +4,7 @@ curl, gawk, git, - glxinfo + glxinfo, gnugrep, gnused, jq,