mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Rename final -> __final
This commit is contained in:
parent
7d1f7f8d59
commit
a7a0767df7
5 changed files with 16 additions and 15 deletions
|
|
@ -45,7 +45,7 @@ let
|
|||
else
|
||||
# FIXME: remove obsolete node.info.
|
||||
# Note: lock file entries are always final.
|
||||
fetchTree (node.info or {} // removeAttrs node.locked ["dir"] // { final = true; });
|
||||
fetchTree (node.info or {} // removeAttrs node.locked ["dir"] // { __final = true; });
|
||||
|
||||
subdir = overrides.${key}.dir or node.locked.dir or "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue