fix nested job generators packages

This commit is contained in:
Bryton Hall 2022-08-15 00:56:01 -04:00
parent 2891ede6d4
commit b826b4502c
3 changed files with 10 additions and 4 deletions

View file

@ -33,7 +33,7 @@ To support a new Kubernetes version:
- Build and copy the updated specs to [`modules/generated/`](./modules/generated/)
nix build '.#generators.k8s'
nix build '.#generate-k8s'
cp ./result/* modules/generated/
## Tests