Fix test
This commit is contained in:
parent
4cc75b7cc5
commit
dda66e104e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ spec = describe "evaluateComposition" $ it "matches an example" $ do
|
|||
{ evalUid = 123
|
||||
, evalModules = NEL.fromList
|
||||
["src/haskell/testdata/Arion/NixSpec/arion-compose.nix"]
|
||||
, evalPkgs = "import <nixpkgs> {}"
|
||||
, evalPkgs = "import <nixpkgs> { system = \"x86_64-linux\"; }"
|
||||
, evalWorkDir = Nothing
|
||||
, evalMode = ReadOnly
|
||||
, evalUserArgs = ["--show-trace"]
|
||||
|
|
Loading…
Reference in a new issue