diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-08-30 21:38:09 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-08-30 21:38:09 -0600 |
commit | 6bebc3fae73b5f5f68e5de9e083635cfab9037b1 (patch) | |
tree | 634bf166a2295ba3d4fc12bf71f22eeb48fe3b35 /static | |
parent | 9343d2ea697f13e52e9199fce62a959f1954f580 (diff) |
have circus run static serve, and optionally able to skip services via Makefile
Diffstat (limited to 'static')
-rw-r--r-- | static/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/default.nix b/static/default.nix index 7c50dfa..04bd077 100644 --- a/static/default.nix +++ b/static/default.nix @@ -13,7 +13,6 @@ gemdir = ./.; }; - build = pkgs.stdenv.mkDerivation { name = "mediocre-blog-static"; src = ./src; |