{it, ...}: let pkgs = import {}; # impure ¯\_(ツ)_/¯ run = import ../tix/run.nix pkgs; output = run [./it.test.nix]; in [ (it "makes a derivation called test" { expected = "test"; actual = output.name; }) ]