mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 14:27:59 +03:00
Nix: Install ghciwatch and update the flake to get it.
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10970 GitOrigin-RevId: 7236edb1f23e062813111206e037ecd5ef573253
This commit is contained in:
parent
268fdc835a
commit
38728f9f38
6
flake.lock
generated
6
flake.lock
generated
@ -20,11 +20,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1716811426,
|
||||
"narHash": "sha256-A7hAiX85+GnXrwYNkOlzErJ97lpFqklfCrKjKbYq2A4=",
|
||||
"lastModified": 1722254324,
|
||||
"narHash": "sha256-hEFer3XwR9BX5cgDbdEjNMWELMcV5tyzvk68IhNQ9mM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "77e9384f0f7cb5747e4d949ec5f74ab77650e457",
|
||||
"rev": "2bba36f6dfecfdb9e5b56a5996889f1faae6fd0c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -91,6 +91,7 @@ let
|
||||
# The version of GHC in `ghcName` is set in nix/overlays/ghc.nix.
|
||||
haskellInputs = [
|
||||
pkgs.cabal2nix
|
||||
pkgs.ghciwatch
|
||||
|
||||
ghc
|
||||
hls
|
||||
|
Loading…
Reference in New Issue
Block a user