Skip to content

Commit

Permalink
feat: Add meta.description to devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jul 28, 2024
1 parent 1cd0b43 commit b126f09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/modules/devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

in
pkgs.mkShell {
meta.description = ''
Rust development environment, created by rust-flake
'';
shellHook = ''
# For rust-analyzer 'hover' tooltips to work.
export RUST_SRC_PATH="${toolchain}/lib/rustlib/src/rust/library";
Expand Down

0 comments on commit b126f09

Please sign in to comment.