1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00

rm Makefile

Useful only in the `kubernetes` flake.
This commit is contained in:
Antonio Gurgel 2023-12-03 23:50:57 -08:00
parent e788ab24a8
commit 368a4ae7ed

View file

@ -1,7 +0,0 @@
all:
nix build -vL --show-trace
.PHONY: secrets
secrets:
mkdir -p secrets
for i in $$(find services system -name "*sops.yaml"); do bin/decrypt_secret $$i > ./secrets/$$(tr / - <<< $$(dirname $$i)).yaml; done