diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 9eb296e..007218a 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ src = ./.; #cargoSha256 = nixpkgs.lib.fakeSha256; - cargoHash = "sha256-DnPwAuzXWLJdyDf0dvfXUic0oQPVCpsnCyFdLSlsSs0="; + cargoHash = "sha256-c862J7qXkrCAA6+gFn/bX5NXrgu/1HtCH1DqOpQePgk="; buildInputs = [ openssl ]; nativeBuildInputs = [ pkg-config ]; @@ -60,6 +60,7 @@ pkg-config lld rust-bin.default rust-bin.rls + redis ]; }; }); |