flake: format

This commit is contained in:
Bryton Hall 2023-06-11 23:53:55 -04:00
parent 5d95447b75
commit 32dc1a09cb
2 changed files with 34 additions and 31 deletions

View file

@ -13,4 +13,4 @@ Then it's up to you when and where to apply from with something along the lines
pkgs.writeShellScript "apply" ''
cat /path/to/manifests | ${pkgs.vals}/bin/vals eval | ${pkgs.kubectl}/bin/kubectl -f -
''
```
```