embedded rust stuff
This commit is contained in:
parent
5ad3ac9ec1
commit
e2fa525618
3 changed files with 7 additions and 1 deletions
|
|
@ -61,6 +61,7 @@
|
||||||
# ruff-lsp
|
# ruff-lsp
|
||||||
|
|
||||||
#rust
|
#rust
|
||||||
|
probe-rs
|
||||||
bacon
|
bacon
|
||||||
cargo-feature
|
cargo-feature
|
||||||
cargo-generate
|
cargo-generate
|
||||||
|
|
@ -72,6 +73,7 @@
|
||||||
sccache
|
sccache
|
||||||
trunk
|
trunk
|
||||||
wasm-bindgen-cli
|
wasm-bindgen-cli
|
||||||
|
flip-link
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.flipperzero.enable = true;
|
hardware.flipperzero.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -156,6 +156,10 @@
|
||||||
};
|
};
|
||||||
text-width = 100;
|
text-width = 100;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "toml";
|
||||||
|
auto-format = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
language-servers = {
|
language-servers = {
|
||||||
rust-analyzer.config = {
|
rust-analyzer.config = {
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ def tse [exit_node?] {
|
||||||
def tsr [] {
|
def tsr [] {
|
||||||
tailscale status --json | from json | get Peer | transpose nodekey node | get node | filter {$in.Location?.Country == USA} | get TailscaleIPs | each {get 0} | select (random int 0..($in | length)) | tse $in.0
|
tailscale status --json | from json | get Peer | transpose nodekey node | get node | filter {$in.Location?.Country == USA} | get TailscaleIPs | each {get 0} | select (random int 0..($in | length)) | tse $in.0
|
||||||
tailscale status
|
tailscale status
|
||||||
ff https://mullvad.net/en/check
|
firefox https://mullvad.net/en/check
|
||||||
}
|
}
|
||||||
|
|
||||||
def rebuild [subcommand] {
|
def rebuild [subcommand] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue