|
Hej :) I have similar but not the same issue as in #369 , when i include my configuration.nix beside It works if i remove path to my configuration file, but that is not what i want. Did anyone came across it, as I've tried answer from the original Q&A thread and also from howto and it still fails with: My flake.nix is as below. Note that i've tried also to use different nixpkgs versions just to test. |
Answered by
BojanKV
Nov 18, 2024
Replies: 1 comment
|
I think i found culprit 🗡️ :D Based on initial #369 i've added #<nixos-wsl/modules> in Now when I removed it from my |
0 replies
Answer selected by
BojanKV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think i found culprit 🗡️ :D
Based on initial #369 i've added #<nixos-wsl/modules> in
configuration.nixwhen trying that solution, but then also forgot about it when i did how-to way.Now when I removed it from my
configuration.nix, it worked :)