-
Notifications
You must be signed in to change notification settings - Fork 46
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
unable to access namespace
in overlays
#121
Comments
Are you on the latest version? |
Think so, I'm using the dev branch in my flake inputs. {
"snowfall-lib": {
"inputs": {
"flake-compat": "flake-compat_4",
"flake-utils-plus": [
"flake-utils-plus"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1717625599,
"narHash": "sha256-qX9VJizFEoiRWDEiVs5+2w4FclQNQVVPvGPESsZ1F8k=",
"owner": "snowfallorg",
"repo": "lib",
"rev": "5a10d2e37b6c6223763fa7c00b974875e49f93cc",
"type": "github"
},
"original": {
"owner": "snowfallorg",
"ref": "dev",
"repo": "lib",
"type": "github"
}
}
} |
Can you switch to main? |
I tried, getting the same issue. |
Can you share your config in a GitHub repository? |
Sure, here's the |
Hey, sorry to bother you but did you get a chance to look at the issue? @jakehamilton |
Haven't gotten around to taking a look just yet, sorry. |
+1, Same problem here. |
As of c6238c8, it is not possible to use the |
I am facing this error when trying to access
namespace
in myoverlays/default/default.nix
file.Am I doing something wrong w.r.t the overlay docs?
The text was updated successfully, but these errors were encountered: