Derivation failing on Fedora #153
Replies: 2 comments
-
It can't be (1), so most likely (2). Could you run the following and paste its output?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
after running I have no idea why it decided to work suddenly, here is the output from the health check for reference:
But I guess my issue is resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following the getting started instructions I installed Nix + direnv on Fedora (changed nix.conf to use flakes, etc, etc) and cloned the template repo. When opening the shell in the cloned template directory, the startup direnv Nix script fails with the following error message:
Similarly, running
nix develop -i -c haskell-language-server
in the cloned template directory also gives an errorAnd then I deleted the cloned template directory, and tried instead using the command
nix --accept-flake-config run github:juspay/omnix -- init github:srid/haskell-template -o ./myproject
which again produced a simmilar errorand the common denominator is that they all fail due to
*gmp-6.3.0.drv
derivation which is unable to find files?? I have no idea what that thing is, but my guess is that it has something to do with the GNU C compiler?My guess so far is that, either:
Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions