nix-super/tests/functional/simple.nix

10 lines
233 B
Nix
Raw Normal View History

with import "${builtins.getEnv "_NIX_TEST_BUILD_DIR"}/config.nix";
mkDerivation {
name = "simple";
builder = ./simple.builder.sh;
PATH = "";
goodPath = path;
2024-05-31 12:04:50 +03:00
meta.position = "${__curPos.file}:${toString __curPos.line}";
}