From a67cb8a4771f01940236280ea5c3403f255725f5 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Thu, 10 Sep 2020 23:15:18 -0500 Subject: [PATCH] write down rebuild instructions --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 310a405..053c132 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,10 @@ dist: dist/index.html $(shell find static -type f) dist/index.html: $(shell find src -type f -name '*.elm') elm.json @mkdir -p dist elm make src/Main.elm --optimize --output $@ + +nix/elm-srcs.nix: elm.json + elm2nix convert > $@ + +nix/registry.dat: elm.json + elm2nix snapshot + mv registry.dat $@