Skip to content

Commit

Permalink
fix: nix build (#203)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
tukanoidd authored Jan 1, 2025
1 parent 741ce30 commit bff7068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
pkgs.rustChannelOf
{
rustToolchain = ./rust-toolchain.toml;
sha256 = "6eN/GKzjVSjEhGO9FhWObkRFaE1Jf+uqMSdQnb8lcB4=";
sha256 = "VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
}
)
.rust;
Expand All @@ -53,7 +53,7 @@
};
};

devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
nativeBuildInputs = [toolchain];
packages = with pkgs; [
rustfmt
Expand Down

0 comments on commit bff7068

Please sign in to comment.