nix: Refactor checkedShellScript's inRootDir to workingDir

This allows more flexible control over the working directory. Values for workingDir must always start
with a / and will then be relative to the repo root.
This commit is contained in:
Wolfgang Walther
2024-02-18 13:10:00 +01:00
committed by Wolfgang Walther
parent 75a86ba873
commit e110fdbd2c
10 changed files with 37 additions and 34 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ let
{
name = "postgrest-test-memory";
docs = "Run the memory tests.";
inRootDir = true;
workingDir = "/";
withPath = [ postgrestProfiled curl ];
}
''