provides.<username> does not work when username is literal "user"
#647
Unanswered
wtf9880
asked this question in
Help - Issues / Problem Solving / How To
Replies: 1 comment 8 replies
|
That's because user is a reserved class keyword. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I was struggling with my Nix config to find out why
provides.<username>wasn't working as expected based on this guide. After writing a test, I discovered that the problem was that my primary username on the host was literally nameduser.results:
but when i change
usertotuxthe test passes successfullyAll reactions