sccache
This commit is contained in:
parent
7cce17bfcf
commit
9d536b3256
3 changed files with 5 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -726,3 +726,4 @@ source ~/.zoxide.nu
|
|||
source ~/.cache/starship/init.nu
|
||||
|
||||
alias zj = zellij
|
||||
alias ts = tailscale
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue