We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4eebe commit a3ef68fCopy full SHA for a3ef68f
flake.nix
@@ -35,7 +35,7 @@
35
channel = (mozilla.rustChannelOf {
36
# date = "2020-01-01"; # get the current date with `date -I`
37
channel = "stable";
38
- sha256 = "2NfCJiH3wk7sR1XlRf8+IZfY3S9sYKdL8TpMqk82Bq0=";
+ sha256 = "KXx+ID0y4mg2B3LHp7IyaiMrdexF6octADnAtFIOjrY=";
39
});
40
rust = channel.rust;
41
@@ -69,12 +69,8 @@
69
nativeBuildInputs = (with pkgs;
70
[
71
pkgconfig
72
- # nixpkgs-fmt
73
- # cargo-watch
74
rust-analyzer
75
- # rustc
76
- # cargo
77
- rust
+ rustup
78
]);
79
RUST_SRC_PATH = "${channel.rust-src}/lib/rustlib/src/rust/library";
80
};
0 commit comments