manager: Add new dependencies to nix shell

This commit is contained in:
Rahix 2025-05-22 14:44:44 +02:00
parent 8b66d2551a
commit 656b8f4b25

View file

@ -10,6 +10,8 @@ in pkgs.mkShell {
# Dependencies
pkgs.openssl
pkgs.graphviz
pkgs.git
];
shellHook = ''