mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00
fix: nix build (#203)
Hey! Quick fix for nix, already tested on my machine, works like a charm! 
This commit is contained in:
parent
741ce30b08
commit
bff7068781
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user