From 38728f9f38a4ba92a4c8aaa9ba00273c191f2ae3 Mon Sep 17 00:00:00 2001 From: Samir Talwar Date: Wed, 31 Jul 2024 14:12:45 +0200 Subject: [PATCH] Nix: Install ghciwatch and update the flake to get it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10970 GitOrigin-RevId: 7236edb1f23e062813111206e037ecd5ef573253 --- flake.lock | 6 +++--- nix/shell.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index d3387268b7fb1..94b13f4e1ef43 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/nix/shell.nix b/nix/shell.nix index 808a1f0972a3c..7bdd932a49f6c 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -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