Files
manifests/justfile
T
Jonas Juselius 11b398801d wip: try nixidy
2024-10-10 16:04:41 +02:00

18 lines
329 B
Makefile

default := "prod"
default:
just --choose
info target=default:
nix run .#nixidy -- info .#{{target}}
build target=default:
nix run .#nixidy -- build .#{{target}}
switch target=default:
nix run .#nixidy -- switch .#{{target}}
generate target=default:
nix build .#generators.cilium
# nix build .#generators.kyverno