test: linux-devshell

This commit is contained in:
2026-05-01 21:13:15 +00:00
parent 433d8283fb
commit 7c0a25eb15
2 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ let
name = "linux-devshell";
executable = true;
text = ''
#!${shell}
#!/bin/sh
${lib.concatMapStringsSep "\n" (option: "set -o ${option}") bashOptions}
${logHelpers}