mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-11 17:50:11 +01:00
chore(testHelpers): remove string context in toJsonFile
This commit is contained in:
parent
4a55db9797
commit
116f905b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
path = pkgs: "export PATH=${lib.makeBinPath pkgs}";
|
||||
pathAdd = pkgs: "export PATH=$PATH:${lib.makeBinPath pkgs}";
|
||||
scriptHelpers = builtins.readFile ./scriptHelpers.sh;
|
||||
toJsonFile = any: builtins.toFile "actual" (builtins.toJSON any);
|
||||
toJsonFile = any: builtins.toFile "actual" (builtins.unsafeDiscardStringContext (builtins.toJSON any));
|
||||
toPrettyFile = any: builtins.toFile "actual" (lib.generators.toPretty {} any);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue