add another shell with useful tools

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-19 18:30:46 +03:00
parent f9df864fce
commit 338ff92eb2
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@
inputs.agenix.packages.${system}.agenix
];
};
tools = pkgs.mkShell {
packages = [ pkgs.gucharmap ];
};
};
})
// {