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:
Samir Talwar 2024-07-31 14:12:45 +02:00 committed by hasura-bot
parent 268fdc835a
commit 38728f9f38
2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View File

@ -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": {

View File

@ -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