From efaa18b0fcc2b6dedb8fa63c1c462324af6dc1af Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Tue, 1 Mar 2022 17:51:45 +0000 Subject: [PATCH] Fix flake.lock https://github.com/haskell/haskell-language-server/pull/2738 updated `flake.nix` but not `flake.lock`. `nix develop` will just modify `flake.lock` locally, but `nix-shell` will actually fail without this. --- flake.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/flake.lock b/flake.lock index 8a2edb2643..b1d15496c1 100644 --- a/flake.lock +++ b/flake.lock @@ -98,6 +98,18 @@ "type": "github" } }, + "hie-bios": { + "flake": false, + "locked": { + "narHash": "sha256-nd+FfUQVZNxJfKZkAWA3dF0JwRgXntL+1gGvyNHDbKc=", + "type": "tarball", + "url": "https://hackage.haskell.org/package/hie-bios-0.9.0/hie-bios-0.9.0.tar.gz" + }, + "original": { + "type": "tarball", + "url": "https://hackage.haskell.org/package/hie-bios-0.9.0/hie-bios-0.9.0.tar.gz" + } + }, "hlint": { "flake": false, "locked": { @@ -227,6 +239,7 @@ "fourmolu": "fourmolu", "ghc-exactprint": "ghc-exactprint", "gitignore": "gitignore", + "hie-bios": "hie-bios", "hlint": "hlint", "implicit-hie-cradle": "implicit-hie-cradle", "lsp": "lsp",