make-test.nix: use writeText
Needed for the following commit which adds derivation outputs to `dataFile`.
This commit is contained in:
parent
5399f73b20
commit
4640821f96
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ testArgs:
|
|||
let
|
||||
pkgs = import <nixpkgs> { config = {}; overlays = []; };
|
||||
|
||||
test = (import "${pkgs.path}/nixos/tests/make-test-python.nix") testArgs;
|
||||
test = (import "${pkgs.path}/nixos/tests/make-test-python.nix") (testArgs pkgs);
|
||||
|
||||
fixedTest = { system ? builtins.currentSystem, ... }@args:
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue