1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

use lookup paths in helper expressions consistently

this makes the files in question a bit more independent of source location.

to find where the value is set and how it's wired up:

    rg nix=doc/manual
This commit is contained in:
Valentin Gagarin 2023-11-30 21:41:47 +01:00
parent 7cc2aa799e
commit d5ffc94f33
7 changed files with 32 additions and 12 deletions

View file

@ -1,5 +1,5 @@
with builtins;
with import ./utils.nix;
with import <nix/utils.nix>;
let
showExperimentalFeature = name: doc: