1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/src/libexpr
Valentin Gagarin 4956e7c44c
add cross-references to nix-path overriding (#11288)
* add cross-references to `nix-path` overriding

while this information is already present in the settings, it's more
likely to be first accessed through the "lookup path" page, which
currently requires following two links to get to the practically
important bits.

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2024-08-13 19:22:32 +02:00
..
primops language: cleanly ban integer overflows 2024-07-30 18:13:05 -07:00
value Rename hintfmt to HintFmt 2024-02-08 11:58:25 -08:00
.version Meson build for libexpr and libflake 2024-07-02 09:23:24 -04:00
attr-path.cc Make abort() call sites log first 2024-07-24 16:52:04 +02:00
attr-path.hh
attr-set.cc Never update values after setting the type 2024-03-25 19:21:25 +01:00
attr-set.hh Remove comparator.hh and switch to <=> in a bunch of places 2024-07-12 14:54:18 -04:00
build-utils-meson Rename file to avoid reserved name 2024-07-02 09:26:22 -04:00
call-flake.nix More fixes 2024-07-02 09:26:22 -04:00
eval-cache.cc Merge pull request #11188 from lf-/jade/kill-int-overflow 2024-08-11 04:24:16 +02:00
eval-cache.hh Fix warning 2024-06-10 12:46:04 +02:00
eval-error.cc Add EvalErrorBuilder::panic() 2024-07-11 11:35:58 +02:00
eval-error.hh Merge pull request #11043 from hercules-ci/assert-eq 2024-07-22 17:34:28 +02:00
eval-gc.cc Merge pull request #11167 from NixOS/repl-test-rejiggle 2024-07-27 00:55:57 +02:00
eval-gc.hh Hide getGCCycles when we have no GC 2024-07-23 16:24:43 +02:00
eval-inline.hh Never update values after setting the type 2024-03-25 19:21:25 +01:00
eval-settings.cc fix NIX_PATH for real (#11079) 2024-07-24 21:17:15 +00:00
eval-settings.hh reword documentation on nix-path config option (#7772) 2024-07-31 21:41:26 +02:00
eval.cc Merge pull request #11188 from lf-/jade/kill-int-overflow 2024-08-11 04:24:16 +02:00
eval.hh Merge pull request #11043 from hercules-ci/assert-eq 2024-07-22 17:34:28 +02:00
fetchurl.nix builtin:fetchurl: Revert impureEnvVars attribute 2024-05-07 11:25:07 +02:00
function-trace.cc
function-trace.hh
gc-small-vector.hh Use boost::container::small_vector in place of VLAs 2023-11-21 20:52:27 +01:00
get-drvs.cc language: cleanly ban integer overflows 2024-07-30 18:13:05 -07:00
get-drvs.hh Never update values after setting the type 2024-03-25 19:21:25 +01:00
imported-drv-to-derivation.nix
json-to-value.cc language: cleanly ban integer overflows 2024-07-30 18:13:05 -07:00
json-to-value.hh libexpr: Support structured error classes 2024-02-01 16:39:38 -08:00
lexer-helpers.cc libexpr: Rename "column" fields to offset 2024-07-15 19:56:40 +02:00
lexer-helpers.hh libexpr: Rearrange lexer files so that yylex_init_extra can be found 2024-07-15 19:56:40 +02:00
lexer.l language: cleanly ban integer overflows 2024-07-30 18:13:05 -07:00
local.mk More fixes 2024-07-02 09:26:22 -04:00
meson.build Make sure we use -isystem with Meson on some deps 2024-07-29 13:06:26 -04:00
meson.options Meson build for libexpr and libflake 2024-07-02 09:23:24 -04:00
nix-expr.pc.in
nixexpr.cc Make abort() call sites log first 2024-07-24 16:52:04 +02:00
nixexpr.hh language: cleanly ban integer overflows 2024-07-30 18:13:05 -07:00
package.nix Deduplicate our many package.nix a bit (#11175) 2024-07-25 03:12:39 +00:00
parser-state.hh parser.y: GLR -> LALR 2024-07-25 15:48:58 -04:00
parser.y parser.y: GLR -> LALR 2024-07-25 15:48:58 -04:00
paths.cc Get rid of CanonPath::fromCwd 2024-02-08 11:01:41 -05:00
pos-idx.hh Simplify PosIdx::hash() 2024-07-17 13:31:31 +02:00
pos-table.hh Solve unused header warnings reported by clangd 2024-07-12 15:37:54 +02:00
primops.cc add cross-references to nix-path overriding (#11288) 2024-08-13 19:22:32 +02:00
primops.hh use byte indexed locations for PosIdx 2024-03-06 23:48:42 +01:00
print-ambiguous.cc Make abort() call sites log first 2024-07-24 16:52:04 +02:00
print-ambiguous.hh Restore ambiguous value printer for nix-instantiate 2024-01-11 16:34:36 -08:00
print-options.hh Print top-level errors normally in nix repl 2024-03-09 18:28:04 -08:00
print.cc Make abort() call sites log first 2024-07-24 16:52:04 +02:00
print.hh Rename hintfmt to HintFmt 2024-02-08 11:58:25 -08:00
repl-exit-status.hh :quit in the debugger should quit the whole program 2024-02-20 10:01:13 -08:00
search-path.cc Rename SearchPath to LookupPath and searchPath to lookupPath 2024-04-13 17:35:15 +02:00
search-path.hh Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
symbol-table.hh Merge pull request #11191 from DeterminateSystems/hash-symbol 2024-07-29 15:30:37 +02:00
value-to-json.cc language: cleanly ban integer overflows 2024-07-30 18:13:05 -07:00
value-to-json.hh
value-to-xml.cc SymbolStr: Remove std::string conversion 2024-07-11 17:43:10 +02:00
value-to-xml.hh
value.hh language: cleanly ban integer overflows 2024-07-30 18:13:05 -07:00