Skip to content

Commit cf34061

Browse files
committed
another try
1 parent 86e6633 commit cf34061

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ jobs:
5252
uses: input-output-hk/actions/base@latest
5353
with:
5454
use-sodium-vrf: true
55-
- name: Add LMDB to devx environment
55+
- name: Add LMDB to Nix environment
5656
run: |
57-
# Add lmdb to the Nix environment since devx PR #221 isn't available yet
58-
nix-env -i lmdb
57+
# Install LMDB from nixpkgs into the Nix user profile
58+
# This is temporary until devx PR #221 is merged
59+
nix-env -f '<nixpkgs>' -iA lmdb
5960
shell: devx {0}
6061
- name: cache cabal
6162
uses: actions/cache@v3

0 commit comments

Comments
 (0)