add adr-tools

This commit is contained in:
2025-10-31 10:17:13 +09:00
parent 9a76694af3
commit c2db9db949
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,6 @@
}
$env.PATH = ($env.PATH |
split row (char esep) |
prepend /home/myuser/.apps |
append /usr/bin/env
)
'';

View File

@@ -76,4 +76,5 @@ with pkgs; [
gptfdisk
nix-search
just
adr-tools
]