Replies: 1 comment
-
|
This is a documentation issue for an issue which is hard to describe and/or user error. Kinda both.
^ the path at that location is a placeholder path. It is a placeholder path because it is a file that we will be creating in the final wrapper derivation. It will refer to the named output in whatever derivation it ends up in. This is a large part of why we use However I would question why you are trying to copy this path to The wrapper should be providing it directly to niri, correct? Is there a specific goal you are trying to achieve? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This may just be a problem with the docs which specify that
config."config.kdl".pathcan be added to your path.The
pathis generated fromconstructFiles.generatedConfig.path, but that provides a strange path not in the nix store/<hash/niri-config.kdlbut a usable path is atconstructFiles.generatedConfig.outPath.i.e. to use the kdl file I used to use
but this causes an eval error in a flake for trying to use a path outside of the store, so now I use:
which works fine.
Is this a documentation issue or user error?
Beta Was this translation helpful? Give feedback.
All reactions