use nightly in devShell
This commit is contained in:
parent
de3248c3c6
commit
96e9bd8f28
1 changed files with 9 additions and 5 deletions
14
flake.nix
14
flake.nix
|
|
@ -37,13 +37,17 @@
|
|||
src = pkgs.lib.cleanSource ./.;
|
||||
};
|
||||
});
|
||||
devShell = forAllSystems ({ system, pkgs, ... }:
|
||||
devShell = forAllSystems ({ system, pkgs, fpkgs }:
|
||||
let
|
||||
ffpkgs = fpkgs.complete;
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.rustup
|
||||
pkgs.wgo
|
||||
pkgs.cargo-flamegraph
|
||||
pkgs.cargo-udeps
|
||||
ffpkgs.cargo
|
||||
ffpkgs.clippy
|
||||
ffpkgs.rust-src
|
||||
ffpkgs.rustc
|
||||
ffpkgs.rustfmt
|
||||
];
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue