You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A stack build results in the following error message when using Nix:
$ stack build
UnliftIO.Exception.throwString called with:
Cannot use both Docker and Nix at the same time
Called from:
throwString (src/Stack/Runners.hs:108:21 in stack-2.7.1-IKhLtcyrcbGCjzePWCOXpj:Stack.Runners)
Which can be fixed by inserting a nix disable in stack.yaml (under the docker enable); the updated stack.yaml section is as follows:
A
stack build
results in the following error message when using Nix:Which can be fixed by inserting a
nix disable
instack.yaml
(under thedocker enable
); the updatedstack.yaml
section is as follows:Alternatively use the following command to initiate a build:
The text was updated successfully, but these errors were encountered: