nix: add mkpasswd to tools
This commit is contained in:
parent
59bf8b8c4a
commit
9b52c80051
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
};
|
||||
tools = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
mkpasswd
|
||||
gucharmap
|
||||
wireguard-tools
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue