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,6 +1,6 @@
|
|||
let
|
||||
inherit (builtins) concatStringsSep attrValues mapAttrs;
|
||||
inherit (import ./utils.nix) optionalString squash;
|
||||
inherit (import <nix/utils.nix>) optionalString squash;
|
||||
in
|
||||
|
||||
builtinsInfo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue