Skip to content

Commit 1d11e19

Browse files
authored
Merge pull request #217 from i-think-rapido/nix-update
nix rust channel sha256 update
2 parents ac4eebe + a3ef68f commit 1d11e19

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

flake.nix

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
channel = (mozilla.rustChannelOf {
3636
# date = "2020-01-01"; # get the current date with `date -I`
3737
channel = "stable";
38-
sha256 = "2NfCJiH3wk7sR1XlRf8+IZfY3S9sYKdL8TpMqk82Bq0=";
38+
sha256 = "KXx+ID0y4mg2B3LHp7IyaiMrdexF6octADnAtFIOjrY=";
3939
});
4040
rust = channel.rust;
4141

@@ -69,12 +69,8 @@
6969
nativeBuildInputs = (with pkgs;
7070
[
7171
pkgconfig
72-
# nixpkgs-fmt
73-
# cargo-watch
7472
rust-analyzer
75-
# rustc
76-
# cargo
77-
rust
73+
rustup
7874
]);
7975
RUST_SRC_PATH = "${channel.rust-src}/lib/rustlib/src/rust/library";
8076
};

0 commit comments

Comments
 (0)