Skip to content

Commit 86e6633

Browse files
committed
just use lmdb
1 parent e253131 commit 86e6633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Add LMDB to devx environment
5656
run: |
5757
# Add lmdb to the Nix environment since devx PR #221 isn't available yet
58-
nix-env -iA nixpkgs.lmdb
58+
nix-env -i lmdb
5959
shell: devx {0}
6060
- name: cache cabal
6161
uses: actions/cache@v3

0 commit comments

Comments
 (0)