This commit is contained in:
Tao Tien 2024-02-11 02:13:50 -08:00
parent 7cce17bfcf
commit 9d536b3256
3 changed files with 5 additions and 12 deletions

View file

@ -1,19 +1,7 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
# cargo
# cargo-edit
# cargo-feature
# cargo-rr
# clippy
# openapi-generator-cli
# pijul
# rust-analyzer
# rustc
# rustfmt
# swagger-cli
# swagger-codegen
# vulkan-loader
etcher
freecad
hyperfine
@ -55,6 +43,9 @@
#rust
bacon
# cargo-edit
# cargo-feature
# cargo-rr
elf2uf2-rs
mold-wrapped
rustup

View file

@ -726,3 +726,4 @@ source ~/.zoxide.nu
source ~/.cache/starship/init.nu
alias zj = zellij
alias ts = tailscale

View file

@ -48,6 +48,7 @@
home.file.".cargo/config.toml".text = ''
[build]
target = "x86_64-unknown-linux-musl"
rustc-wrapper = "${pkgs.sccache}/bin/sccache"
[provile.dev]
debug = 0