diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-04 14:51:54 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-04 14:57:41 +0200 |
commit | ccae7987be59b8a30e98f0429bd78479f6f7c7bc (patch) | |
tree | 88f1e7978e8911fbc6a34abff3ee7da21c237da8 /Makefile | |
parent | 3274fe3012a87fce2b2b7e9c34b8928c94b26187 (diff) | |
download | Nix-ccae7987be59b8a30e98f0429bd78479f6f7c7bc.tar.gz Nix-ccae7987be59b8a30e98f0429bd78479f6f7c7bc.tar.zst Nix-ccae7987be59b8a30e98f0429bd78479f6f7c7bc.zip |
Move dilion user to private
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |