nix-super/tests/functional/simple.nix
2024-05-31 12:58:47 +02:00

10 lines
192 B
Nix

with import ./config.nix;
mkDerivation {
name = "simple";
builder = ./simple.builder.sh;
PATH = "";
goodPath = path;
meta.position = "${__curPos.file}:${toString __curPos.line}";
}