Add support for passing a Nix expression on the command line
Fixes #38.
This commit is contained in:
@@ -55,3 +55,6 @@ def test_flake() -> None:
|
||||
|
||||
def test_expression() -> None:
|
||||
common_test(["ci.nix"])
|
||||
|
||||
with open(TEST_ROOT.joinpath("assets/ci.nix"), "r") as ci_nix:
|
||||
common_test(["-E", ci_nix.read()])
|
||||
|
||||
Reference in New Issue
Block a user