let pkgs = import {}; in { test = pkgs.writeScript "test" '' #!/bin/sh nix-build "${toString ./tests/test.nix}"; ''; }