mirror of
https://gitlab.com/oecis/charts.git
synced 2025-05-23 17:07:10 +02:00
migrate charts
This commit is contained in:
parent
cb608a94f0
commit
69ec141244
84 changed files with 3766 additions and 81 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.kubernetes-helm
|
||||
pkgs.pre-commit
|
||||
pkgs.helm-docs
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue