summaryrefslogtreecommitdiff
path: root/srv/src/http/static/markov/Makefile
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-05-20 13:37:43 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-05-20 13:37:43 -0600
commit16cfbd19157df76e7296dddb287412f1099feb33 (patch)
treee4bbf892066cceeaeeaee4c25e5365152412a1c3 /srv/src/http/static/markov/Makefile
parent3cdee89c961ae9c836234f5aec87174a04a800a8 (diff)
Move static assets to within srv
Diffstat (limited to 'srv/src/http/static/markov/Makefile')
-rw-r--r--srv/src/http/static/markov/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/srv/src/http/static/markov/Makefile b/srv/src/http/static/markov/Makefile
new file mode 100644
index 0000000..4195baf
--- /dev/null
+++ b/srv/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'