refactor(nix): pin nightly and use in `nix develop`

main
sgoudham 1 year ago
parent 778f99993a
commit 21f646c184
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -51,8 +51,7 @@
name = "rust-shell"; name = "rust-shell";
inputsFrom = builtins.attrValues self.checks.${system}; inputsFrom = builtins.attrValues self.checks.${system};
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
cargo rustTarget
rustc
# The `postprocessors` key hasn't been released yet. # The `postprocessors` key hasn't been released yet.
(git-cliff.overrideAttrs (git-cliff.overrideAttrs
(drv: rec { (drv: rec {

@ -1,3 +1,3 @@
[toolchain] [toolchain]
channel = "nightly" channel = "nightly-2023-07-04"
profile = "default" components = [ "rustfmt", "rustc", "clippy", "rust-analyzer" ]
Loading…
Cancel
Save