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 ./.;
|
src = pkgs.lib.cleanSource ./.;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
devShell = forAllSystems ({ system, pkgs, ... }:
|
devShell = forAllSystems ({ system, pkgs, fpkgs }:
|
||||||
|
let
|
||||||
|
ffpkgs = fpkgs.complete;
|
||||||
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.rustup
|
ffpkgs.cargo
|
||||||
pkgs.wgo
|
ffpkgs.clippy
|
||||||
pkgs.cargo-flamegraph
|
ffpkgs.rust-src
|
||||||
pkgs.cargo-udeps
|
ffpkgs.rustc
|
||||||
|
ffpkgs.rustfmt
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue