mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 21:17:01 +05:30
feat: sync Nix config with dotfiles
This commit is contained in:
parent
aa022fe78e
commit
8a5ffbffa3
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ with import <nixpkgs> { overlays = [ (import <rust-overlay>) ]; };
|
|||
mkShell {
|
||||
buildInputs = [
|
||||
(rust-bin.stable.latest.default.override {
|
||||
extensions = [ "rust-src" "rustfmt-preview" ];
|
||||
extensions =
|
||||
[ "rust-src" "rustc-dev" "rustfmt-preview" "llvm-tools-preview" ];
|
||||
targets =
|
||||
pkgs.lib.optionals pkgs.stdenv.isDarwin [ "aarch64-apple-darwin" ]
|
||||
++ pkgs.lib.optionals pkgs.stdenv.isLinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue