home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a350b80b20263aed14547d8315df0d10b19d4a97
parent 0a2792059af2120ff275f02f5fd174811249e495
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jun 2020 16:53:21 +0200

Makefile: use secrets instead of assets

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
MMakefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -43,15 +43,15 @@ assets: chown -R vincent:users assets || true .PHONY: build -build: assets setup +build: secrets setup ./hack/system build .PHONY: nixos-dry-build -dry-build: assets setup +dry-build: secrets setup ./hack/system dry-build .PHONY: switch -switch: assets setup +switch: secrets setup ./hack/system switch .PHONY: install-hooks