added usage example to rust flake
This commit is contained in:
parent
c59810444c
commit
58137136c7
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@
|
|||
};
|
||||
in {
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = [ ];
|
||||
packages = with pkgs; [
|
||||
(rust-bin.stable.latest.default.override {
|
||||
extensions = [ "rust-analyzer" ];
|
||||
})
|
||||
];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue