-
Notifications
You must be signed in to change notification settings - Fork 10
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
can't work in nixos #66
Comments
Update - if I force around script-monad in my flake full log attached |
Recommendation from |
Going trow examples get errors on stack ghci webdriver-w3c:webdriver-w3c-intro [fedor@a17nix:~/hask-test/webdriver-w3c]$ stack ghci webdriver-w3c:webdriver-w3c-intro [fedor@a17nix:~/hask-test/webdriver-w3c]$ nix shell nixpkgs#stack [fedor@a17nix:~/hask-test/webdriver-w3c]$ stack ghci webdriver-w3c:webdriver-w3c-intro
[fedor@a17nix:~/hask-test/webdriver-w3c]$ |
i add webdriver-w3c in my .cabal
after i run nix develop -c cabal repl and get
I try with allow broken and get
error: builder for '/nix/store/gl0s1rmqrgrfa1pzva00a4yg46hqaw60-script-monad-0.0.4.drv' failed with exit code 1;
last 10 log lines:
> +++ OK, passed 200 tests.
> getLines / hasFile: OK
> +++ OK, passed 200 tests.
> readLine / writeLines: OK
> +++ OK, passed 200 tests.
>
> 8 out of 3633 tests failed (1.13s)
> Test suite script-monad-test: FAIL
> Test suite logged to: dist/test/script-monad-0.0.4-script-monad-test.log
> 0 of 1 test suites (0 of 1 test cases) passed.
For full logs, run 'nix log /nix/store/gl0s1rmqrgrfa1pzva00a4yg46hqaw60-script-monad-0.0.4.drv'.
error: 1 dependencies of derivation '/nix/store/9rwwrbnq04d31lmivl07brysgagjdjdf-ghc-9.6.5-with-packages.drv' failed to build
error: 1 dependencies of derivation '/nix/store/y686dg9hnmgh2402z3jvj40cqw2zkwpd-ghc-shell-for-checker-0.1.0.0-0-env.drv' failed to build
and full log attached
log.txt
The text was updated successfully, but these errors were encountered: