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 56973cf commit 8d5799dCopy full SHA for 8d5799d
1 file changed
server/Makefile
@@ -15,7 +15,7 @@ lint: # Apply linters & file formatters
15
@hlint src test app -h .hlint.yaml
16
17
shell: # Start a nix-shell with appropriate context
18
- @nix develop --no-write-lock-file --refresh "github:CardanoSolutions/devx#ghc94-static-minimal-iog"
+ @nix develop --no-write-lock-file --refresh "github:CardanoSolutions/devx#ghc96-static-minimal-iog"
19
20
dev: # Run local ogmios through cabal
21
cabal run ogmios -- \
0 commit comments