add another shell with useful tools
This commit is contained in:
parent
f9df864fce
commit
338ff92eb2
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@
|
|||
inputs.agenix.packages.${system}.agenix
|
||||
];
|
||||
};
|
||||
tools = pkgs.mkShell {
|
||||
packages = [ pkgs.gucharmap ];
|
||||
};
|
||||
};
|
||||
})
|
||||
// {
|
||||
|
|
Loading…
Reference in a new issue