diff options
Diffstat (limited to 'static/default.nix')
-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; |