1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00
nix/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 05:04:50 -04:00
meta.position = "${__curPos.file}:${toString __curPos.line}";
}