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";
inputsFrom = builtins.attrValues self.checks.${system};
nativeBuildInputs = with pkgs; [
cargo
rustc
rustTarget
# The `postprocessors` key hasn't been released yet.
(git-cliff.overrideAttrs
(drv: rec {

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