mirror of
https://gitlab.com/oecis/charts.git
synced 2025-04-10 20:43:52 +02:00
9 lines
137 B
Nix
9 lines
137 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
pkgs.mkShell {
|
|
buildInputs = [
|
|
pkgs.kubernetes-helm
|
|
pkgs.pre-commit
|
|
pkgs.helm-docs
|
|
];
|
|
}
|