fixe
This commit is contained in:
parent
f789d8daec
commit
cbc9ee5b18
4 changed files with 3 additions and 3 deletions
|
|
@ -5,6 +5,7 @@
|
|||
}: {
|
||||
programs.qgroundcontrol.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
maturin
|
||||
# keep-sorted start
|
||||
# act
|
||||
# asm-lsp
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ def bump [...rest] {
|
|||
} else {
|
||||
jj desc -r $r -m "bump (failed)"
|
||||
}
|
||||
jj new
|
||||
nvd history
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue