clan/schema: rename json schemas consistent {clanSchemaNix, clanSchemaJson}
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
clanSchema=$(nix build .#schemas.clan-schema-abstract --print-out-paths)/schema.json
|
||||
clanSchema=$(nix build .#schemas.clanSchemaJson --print-out-paths)/schema.json
|
||||
SCRIPT_DIR=$(dirname "$0")
|
||||
cd "$SCRIPT_DIR"
|
||||
nix run .#classgen -- "$clanSchema" "./clan.py"
|
||||
|
||||
Reference in New Issue
Block a user