-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The option 'my namespace' does not exist
while trying to install flake on NixOS
#157
Comments
The option 'my namespace' does not exist
while trying to install flake on NixOS
replace |
also the module directory |
You mean in renamed the directory, now I get the following error
|
delete the put this in the let binding inherit (lib) mkIf;
inherit (lib.${namespace}) mkBoolOpt enabled; |
delete the |
I don't quite get it as my config doesn't really look any different than Jake Hamiltons config repo and I guess that his still works for him. And I can't find any of your suggestions in the documentation either, so I have no clue what part your talking about replacing or deleting. EDIT If I run |
This is expected and normal behaviour. The outputs It's fine to just ignore those lines as far as I'm aware |
Ah okay, thanks for the explanation. Though I still can't get it to work. Even with |
No matter what I do, even trying a setup like olifloof's with his mkModule, it just doesn't work and won't find the namespace and thus I get errors like Edit |
I've used my configuration before but on Arch and wanted to configure a system on NixOS now, though I'm having issues installing my configuration and I can't figure out why because on darwin everything stillt works fine.
https://github.com/Kazuto/.nix/tree/server-config is my current branch. Maybe someone can guide me in the right direction.
The text was updated successfully, but these errors were encountered: