test: linux-devshell

This commit is contained in:
2026-05-01 21:13:15 +00:00
parent 87b57d5011
commit ff0766519c
2 changed files with 48 additions and 1 deletions

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}