From 4f01edb9230f58ff84b0dd892c931ec8ac9aad55 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 13 Sep 2022 12:56:08 +0200 Subject: move src out of srv, clean up default.nix and Makefile --- src/http/static/markov/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/http/static/markov/Makefile (limited to 'src/http/static/markov/Makefile') diff --git a/src/http/static/markov/Makefile b/src/http/static/markov/Makefile new file mode 100644 index 0000000..4195baf --- /dev/null +++ b/src/http/static/markov/Makefile @@ -0,0 +1,3 @@ +bundle: + nix-build markov.nix -A nixBundle + ./result/bin/nix-bundle '((import ./markov.nix) {}).entrypoint' '/bin/markov' -- cgit v1.2.3