![]() 1. This makes aggregates of submodules (including the very important
"nixos-option users.users.<username>" case) behave the same way as any
other you-need-to-keep-typing-to-get-to-an-option-leaf (eg:
"nixos-option environment").
Before e0780c5:
$ nixos-option users.users.root
error: At 'root' in path 'users.users.root': Attribute not found
An error occurred while looking for attribute names. Are you sure that 'users.users.root' exists?
After
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
default.nix | ||
libnix-copy-paste.cc | ||
libnix-copy-paste.hh | ||
nixos-option.cc |