home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 964fc3cf823856d0c7ae2f03821819852b87f05b
parent 259dca6b56eb02902f7a7dbe107a2a03ef5ba318
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 26 Oct 2021 17:21:32 +0200

Makefile: remove assets

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

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

diff --git a/Makefile b/Makefile @@ -20,12 +20,6 @@ all: switch update: nix-channel --update -.PHONY: assets -assets: - mkdir -p assets - cp -Rv $(SYNCDIR)/* assets/ - chown -R vincent:users assets || true - .PHONY: build build: ./bin/system build