diff options
| author | Mike Vink <ivi@vinkies.net> | 2023-12-02 20:40:21 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2023-12-02 20:42:56 +0100 |
| commit | 41ebf219c1f715fd597a9ec70f57887094ff3241 (patch) | |
| tree | bb4ff1135508271ae1c5b43e6e2fb94e5a6327f2 /templates/rust | |
| parent | cf0591eef668852bece4285514b4ad64837ee9df (diff) | |
box
Diffstat (limited to 'templates/rust')
| -rw-r--r-- | templates/rust/flake.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix index 8a75f83..4196ad9 100644 --- a/templates/rust/flake.nix +++ b/templates/rust/flake.nix @@ -24,14 +24,6 @@ inputsFrom = [ config.treefmt.build.devShell ]; - shellHook = '' - # For rust-analyzer 'hover' tooltips to work. - export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc} - - echo - echo "🍎🍎 Run 'just <recipe>' to get started" - just - ''; buildInputs = nonRustDeps; nativeBuildInputs = with pkgs; [ just |
