aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 14:51:54 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 14:57:41 +0200
commitccae7987be59b8a30e98f0429bd78479f6f7c7bc (patch)
tree88f1e7978e8911fbc6a34abff3ee7da21c237da8 /Makefile
parent3274fe3012a87fce2b2b7e9c34b8928c94b26187 (diff)
downloadNix-ccae7987be59b8a30e98f0429bd78479f6f7c7bc.tar.gz
Nix-ccae7987be59b8a30e98f0429bd78479f6f7c7bc.tar.zst
Nix-ccae7987be59b8a30e98f0429bd78479f6f7c7bc.zip
Move dilion user to private
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