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:
parent
e788ab24a8
commit
368a4ae7ed
1 changed files with 0 additions and 7 deletions
7
Makefile
7
Makefile
|
@ -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
|
Loading…
Reference in a new issue