nix-super/tests/functional/simple.nix

10 lines
192 B
Nix
Raw Normal View History

with import ./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}";
}