Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
editor-for.hh
Go to the documentation of this file.
1#pragma once
3
4#include "types.hh"
5#include "source-path.hh"
6
7namespace nix {
8
13Strings editorFor(const SourcePath & file, uint32_t line);
14
15}
uint32_t line
Definition lexer.l:6526
SourcePath.
Definition source-path.hh:22