nix: add mkpasswd to tools

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-03 14:40:42 +03:00
parent 59bf8b8c4a
commit 9b52c80051
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@
};
tools = pkgs.mkShell {
packages = with pkgs; [
mkpasswd
gucharmap
wireguard-tools
];