sccache
This commit is contained in:
parent
7cce17bfcf
commit
9d536b3256
3 changed files with 5 additions and 12 deletions
|
|
@ -1,19 +1,7 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# cargo
|
|
||||||
# cargo-edit
|
|
||||||
# cargo-feature
|
|
||||||
# cargo-rr
|
|
||||||
# clippy
|
|
||||||
# openapi-generator-cli
|
|
||||||
# pijul
|
# pijul
|
||||||
# rust-analyzer
|
|
||||||
# rustc
|
|
||||||
# rustfmt
|
|
||||||
# swagger-cli
|
|
||||||
# swagger-codegen
|
|
||||||
# vulkan-loader
|
# vulkan-loader
|
||||||
|
|
||||||
etcher
|
etcher
|
||||||
freecad
|
freecad
|
||||||
hyperfine
|
hyperfine
|
||||||
|
|
@ -55,6 +43,9 @@
|
||||||
|
|
||||||
#rust
|
#rust
|
||||||
bacon
|
bacon
|
||||||
|
# cargo-edit
|
||||||
|
# cargo-feature
|
||||||
|
# cargo-rr
|
||||||
elf2uf2-rs
|
elf2uf2-rs
|
||||||
mold-wrapped
|
mold-wrapped
|
||||||
rustup
|
rustup
|
||||||
|
|
|
||||||
|
|
@ -726,3 +726,4 @@ source ~/.zoxide.nu
|
||||||
source ~/.cache/starship/init.nu
|
source ~/.cache/starship/init.nu
|
||||||
|
|
||||||
alias zj = zellij
|
alias zj = zellij
|
||||||
|
alias ts = tailscale
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@
|
||||||
home.file.".cargo/config.toml".text = ''
|
home.file.".cargo/config.toml".text = ''
|
||||||
[build]
|
[build]
|
||||||
target = "x86_64-unknown-linux-musl"
|
target = "x86_64-unknown-linux-musl"
|
||||||
|
rustc-wrapper = "${pkgs.sccache}/bin/sccache"
|
||||||
|
|
||||||
[provile.dev]
|
[provile.dev]
|
||||||
debug = 0
|
debug = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue