We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e6633 commit cf34061Copy full SHA for cf34061
.github/workflows/haskell.yml
@@ -52,10 +52,11 @@ jobs:
52
uses: input-output-hk/actions/base@latest
53
with:
54
use-sodium-vrf: true
55
- - name: Add LMDB to devx environment
+ - name: Add LMDB to Nix environment
56
run: |
57
- # Add lmdb to the Nix environment since devx PR #221 isn't available yet
58
- nix-env -i lmdb
+ # Install LMDB from nixpkgs into the Nix user profile
+ # This is temporary until devx PR #221 is merged
59
+ nix-env -f '<nixpkgs>' -iA lmdb
60
shell: devx {0}
61
- name: cache cabal
62
uses: actions/cache@v3
0 commit comments