We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0594b commit 74d24dfCopy full SHA for 74d24df
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
run: nix-channel --update
17
18
- name: Cabal install
19
- run: nix-env -iA cabal-install -f .
+ run: nix-env -iA pkgs.cabal-install -f .
20
21
- name: Cabal update
22
run: cabal update
0 commit comments