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:
parent
7cc2aa799e
commit
d5ffc94f33
7 changed files with 32 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
with builtins;
|
||||
with import ./utils.nix;
|
||||
with import <nix/utils.nix>;
|
||||
|
||||
let
|
||||
showExperimentalFeature = name: doc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue