1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

add regression test for nix edit

This commit is contained in:
Jörg Thalheim 2024-05-31 11:04:50 +02:00
parent e1a817fb1b
commit 69c159811e
3 changed files with 15 additions and 0 deletions

View file

@ -5,4 +5,5 @@ mkDerivation {
builder = ./simple.builder.sh;
PATH = "";
goodPath = path;
meta.position = "${__curPos.file}:${toString __curPos.line}";
}