Skip to content

Commit

Permalink
Merge pull request #97 from mlabs-haskell/alexey/fix-dev-shell
Browse files Browse the repository at this point in the history
Fix development shell on `master`
  • Loading branch information
euonymos authored Jul 30, 2024
2 parents fd20f52 + 27bd3a4 commit 71c369d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi
# https://github.com/input-output-hk/devx Slightly opinionated shared GitHub Action for Cardano-Haskell projects
use flake "github:input-output-hk/devx#ghc964-iog"
use flake "github:input-output-hk/devx?rev=6ee20d669c3a3823c5add1e1528818ccff1eb2b9#ghc96-iog"
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"Fracada",
"POCRE",
"Serialised"
]
],
"haskell.manageHLS": "PATH"
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Arch Linux has `libblst` in AUR, nix are exemplified by IOHK,
and manual installation is described here:
https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/getting-started/install.md#installing-blst

Make sure to `cabal update` before building.

The project uses `github:input-output-hk/devx` to make the development shell. See `.envrc` for details.

## Running tests

Tests are runned in emulated environment by default.
Expand Down

0 comments on commit 71c369d

Please sign in to comment.