Skip to content

Commit

Permalink
Merge pull request #217 from i-think-rapido/nix-update
Browse files Browse the repository at this point in the history
nix rust channel sha256 update
  • Loading branch information
dpc authored Aug 25, 2022
2 parents ac4eebe + a3ef68f commit 1d11e19
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
channel = (mozilla.rustChannelOf {
# date = "2020-01-01"; # get the current date with `date -I`
channel = "stable";
sha256 = "2NfCJiH3wk7sR1XlRf8+IZfY3S9sYKdL8TpMqk82Bq0=";
sha256 = "KXx+ID0y4mg2B3LHp7IyaiMrdexF6octADnAtFIOjrY=";
});
rust = channel.rust;

Expand Down Expand Up @@ -69,12 +69,8 @@
nativeBuildInputs = (with pkgs;
[
pkgconfig
# nixpkgs-fmt
# cargo-watch
rust-analyzer
# rustc
# cargo
rust
rustup
]);
RUST_SRC_PATH = "${channel.rust-src}/lib/rustlib/src/rust/library";
};
Expand Down

0 comments on commit 1d11e19

Please sign in to comment.