feat: Remove grafana
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
uttarayan21
2025-08-17 02:47:07 +05:30
parent e7f41a76e2
commit 2a1c1835d9
8 changed files with 20 additions and 11 deletions

View File

@@ -375,7 +375,7 @@
};
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [sops just clang];
packages = with pkgs; [sops just openssl];
};
};
}