aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6282df2..d179acf 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ refresh_flakes:
34 else \ 34 else \
35 ./scripts/refresh_flakes --no-new-inputs; \ 35 ./scripts/refresh_flakes --no-new-inputs; \
36 fi 36 fi
37 (cd deploy ; nix flake lock --update-input secrets || true)
37 (cd deploy ; nix flake lock --update-input secrets-local || true) 38 (cd deploy ; nix flake lock --update-input secrets-local || true)
38 39
39.PHONY: refresh_flakes 40.PHONY: refresh_flakes