We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run styx configure, I get the following error:
styx configure
nix-shell .styx/shell.nix --pure --run "cabal configure" error: attribute ‘versionOlder’ missing, at /nix/store/371ww68m2hxjiypl1ylfqpnxdsy8j5k7-nixpkgs-17.03pre99414.b2b32ea/nixpkgs/pkgs/development/haskell-modules/with-packages-wrapper.nix:8:8 (use ‘--show-trace’ to show detailed location information) styx: callCommand: nix-shell .styx/shell.nix --pure --run "cabal configure" (exit 1): failed
Here is my styx.yaml:
styx.yaml
local-packages: server: location: . lib: location: ../lib
I'm running nixos 17.03pre99414.b2b32ea (Gorilla).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
styx configure
, I get the following error:Here is my
styx.yaml
:I'm running nixos 17.03pre99414.b2b32ea (Gorilla).
The text was updated successfully, but these errors were encountered: