diff --git a/extras/dev.nix b/extras/dev.nix index 60284ac..d9ab1c3 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -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 diff --git a/users/tao/config.nu b/users/tao/config.nu index e6a1325..daa1c79 100644 --- a/users/tao/config.nu +++ b/users/tao/config.nu @@ -726,3 +726,4 @@ source ~/.zoxide.nu source ~/.cache/starship/init.nu alias zj = zellij +alias ts = tailscale diff --git a/users/tao/home.nix b/users/tao/home.nix index 9399483..6fd9a5b 100644 --- a/users/tao/home.nix +++ b/users/tao/home.nix @@ -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