fix: nix build (#203)

Hey! Quick fix for nix, already tested on my machine, works like a
charm!

![image](https://github.com/user-attachments/assets/7f02c8ee-c081-4f55-9df7-0462b93b9dd6)
This commit is contained in:
Vitalii Lukyanov 2025-01-01 12:06:03 +01:00 committed by GitHub
parent 741ce30b08
commit bff7068781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
pkgs.rustChannelOf
{
rustToolchain = ./rust-toolchain.toml;
sha256 = "6eN/GKzjVSjEhGO9FhWObkRFaE1Jf+uqMSdQnb8lcB4=";
sha256 = "VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
}
)
.rust;
@ -53,7 +53,7 @@
};
};
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
nativeBuildInputs = [toolchain];
packages = with pkgs; [
rustfmt