mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(nix): install RA into dev-shell (#6688)
Instead of forcing NIx users of the respository (me) to install RA globally, we can install the equivalent version of whatever Rust version we depend on.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
packages = [ pkgs.cargo-tauri pkgs.iptables pkgs.nodePackages.pnpm cargo-udeps pkgs.cargo-sort ];
|
||||
buildInputs = packages ++ [
|
||||
(rustVersion.override {
|
||||
extensions = [ "rust-src" ];
|
||||
extensions = [ "rust-src" "rust-analyzer" ];
|
||||
targets = [ "x86_64-unknown-linux-musl" ];
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user