nix: Move docs tools into core infrastructure

This commit is contained in:
Laurence Isla
2024-02-18 13:10:00 +01:00
committed by Wolfgang Walther
parent e110fdbd2c
commit a1f2ecadda
11 changed files with 170 additions and 154 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from livereload import Server, shell
from subprocess import call
if len(sys.argv) == 1:
if len(sys.argv) == 1 or sys.argv[1] == "":
locale = "default"
build = "./build.sh"
else: