hall / kubenix

Kubernetes management with Nix
https://kubenix.org/
MIT License
319 stars 30 forks source link

add missing shabang in kubenix script #60

Closed adrian-gierakowski closed 6 months ago

adrian-gierakowski commented 8 months ago

fixes https://github.com/hall/kubenix/issues/59

needs: https://github.com/hall/kubenix/pull/58 to work on 2.21

adrian-gierakowski commented 8 months ago

btw. it would probably be better to just use writeShellScriptBin or writeShellApplication to create that script (the latter has the benefit of running shellcheck on the scripts body)

adrian-gierakowski commented 8 months ago

check fails since we need to merge https://github.com/hall/kubenix/pull/58 first and then rebase

hall commented 8 months ago

writeShellApplication sounds reasonable to me. Want to go that route instead?

hall commented 6 months ago

Closing since this was addressed in #62.