manager: Add new dependencies to nix shell
This commit is contained in:
parent
8b66d2551a
commit
656b8f4b25
|
@ -10,6 +10,8 @@ in pkgs.mkShell {
|
|||
|
||||
# Dependencies
|
||||
pkgs.openssl
|
||||
pkgs.graphviz
|
||||
pkgs.git
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Reference in a new issue