template noflake: error: attribute 'flakeModule' missing
#652
|
Hello, I am trying to set up a new den config with the noflake template. I am not sure how to debug this, because the nix repl has the same error. I saw where flakeModule gets defined in den, so maybe it's something that changed in |
Answered by
crasm
Aug 13, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution is to remove
den.outPath = …or comment it out. I made a pull request (#656) to fix the template.