From 6feffc568ae790a883b9e0509d755e7d9bd82ee1 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 8 Aug 2021 07:57:45 -0600 Subject: refactor how nix derivations are organized and built --- static/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 static/Makefile (limited to 'static/Makefile') diff --git a/static/Makefile b/static/Makefile deleted file mode 100644 index 1956a35..0000000 --- a/static/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -build: - nix-build -A build - -clean: - rm -f result - rm -rf _site - -dev: - nix-shell -A dev - -shell: - nix-shell -A shell - -lock: - nix-shell -A depShell --run 'bundler lock; bundix; rm -rf .bundle vendor' - -update: - nix-shell -A depShell --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor' -- cgit v1.2.3