2023-02-04 05:42:36 +02:00
|
|
|
#pragma once
|
2023-04-01 06:18:41 +03:00
|
|
|
///@file
|
2023-02-04 05:42:36 +02:00
|
|
|
|
|
|
|
#include "types.hh"
|
|
|
|
|
|
|
|
namespace nix {
|
|
|
|
|
|
|
|
/* Helper function to generate args that invoke $EDITOR on
|
|
|
|
filename:lineno. */
|
|
|
|
Strings editorFor(const Path & file, uint32_t line);
|
|
|
|
|
|
|
|
}
|