mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-08 04:25: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
|
pkgs.rustChannelOf
|
||||||
{
|
{
|
||||||
rustToolchain = ./rust-toolchain.toml;
|
rustToolchain = ./rust-toolchain.toml;
|
||||||
sha256 = "6eN/GKzjVSjEhGO9FhWObkRFaE1Jf+uqMSdQnb8lcB4=";
|
sha256 = "VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.rust;
|
.rust;
|
||||||
@ -53,7 +53,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
devShell = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
nativeBuildInputs = [toolchain];
|
nativeBuildInputs = [toolchain];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
rustfmt
|
rustfmt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user