.
This commit is contained in:
parent
e01ffa4cec
commit
becdaee408
8 changed files with 276 additions and 18 deletions
|
@ -13,9 +13,11 @@ in
|
|||
|
||||
config = mkMerge [
|
||||
(mkIf config.modules.develop.rust.enable {
|
||||
nixpkgs.overlays = [inputs.rust.overlays.default];
|
||||
|
||||
user.packages = attrValues {
|
||||
rust-package = pkgs.rust-bin.nightly.latest.default;
|
||||
inherit (pkgs) rust-analyser rust-script;
|
||||
rust-package = pkgs.rust-bin.stable.latest.default;
|
||||
inherit (pkgs) rust-analyzer rust-script;
|
||||
};
|
||||
|
||||
environment.shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue