summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2026-09-16 21:35:16 +0200
committerstuebinm2026-09-16 21:35:16 +0200
commit544768e9336ecc31b7f27ba3348a313869669e79 (patch)
tree9d5e6550fa4282cefb8ace6aa02d7d75995b0eaf
parentba3864e0c4938adf48e3ea77f1d4111006c11637 (diff)
flore: remove steno web service
-rw-r--r--flora/services/blog.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flora/services/blog.nix b/flora/services/blog.nix
index 5b4912f..89436df 100644
--- a/flora/services/blog.nix
+++ b/flora/services/blog.nix
@@ -48,7 +48,5 @@ in
'';
});
locations."/bookshelf/".alias = "${gtfsBooks.outPath}/";
-
- locations."/steno/".alias = "${pkgs.copyPathToStore ./dist}/";
};
}