Is my username a valid path?
$ nixos-option users.users | fgrep "crinklywrappr ="
crinklywrappr = {
Seems yes.
But are you sure?
$ nixos-option users.users.crinklywrappr
error: error: At 'crinklywrappr' in path 'users.users.crinklywrappr': error: Option's type.getSubOptions isn't a function
An error occurred while looking for attribute names. Are you sure that 'users.users.crinklywrappr' exists?
Also no.
lol
I ran into this issue while working on a fetch routine for displaying the number of installed packages. I resolved it differently, but for a while this perplexed me. Can someone explain why this happens or if it should happen?