From cbc9ee5b189ad3a67e58427240cdf9dab91252d7 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:42:21 -0800 Subject: [PATCH] fixe --- extras/dev.nix | 1 + users/tao/cargo.toml | 2 +- users/tao/helix.nix | 2 +- users/tao/nushell/extras/nix.nu | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/dev.nix b/extras/dev.nix index 4995cc2..c5a6a65 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -5,6 +5,7 @@ }: { programs.qgroundcontrol.enable = true; environment.systemPackages = with pkgs; [ + maturin # keep-sorted start # act # asm-lsp diff --git a/users/tao/cargo.toml b/users/tao/cargo.toml index 63bba87..892c8db 100644 --- a/users/tao/cargo.toml +++ b/users/tao/cargo.toml @@ -5,7 +5,7 @@ d = "doc --no-deps --open" [build] target = "x86_64-unknown-linux-gnu" -target-dir = "/home/tao/.cache/cargo/target" +built-dir = "/home/tao/.cache/cargo/target" rustflags = ["-Z", "threads=8"] rustc-wrapper = "/path/to/sccache" diff --git a/users/tao/helix.nix b/users/tao/helix.nix index bd8d316..bf31685 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -192,7 +192,7 @@ # command = "alejandra"; # args = ["--experimental-config" "%{workspace_directory}/alejandra.toml"]; command = "nu"; - args = ["--stdin" "-c" "alejandra --quiet --experimental-config '%{workspace_directory}/alejandra.toml' | keep-sorted -"]; + args = ["--stdin" "-c" "alejandra --quiet --experimental-config '/home/tao/templates/alejandra.toml' | keep-sorted -"]; }; language-servers = ["nil"]; } diff --git a/users/tao/nushell/extras/nix.nu b/users/tao/nushell/extras/nix.nu index 5394dc8..f5e71e7 100644 --- a/users/tao/nushell/extras/nix.nu +++ b/users/tao/nushell/extras/nix.nu @@ -70,7 +70,6 @@ def bump [...rest] { } else { jj desc -r $r -m "bump (failed)" } - jj new nvd history }