generated from Luis/nextjs-python-web-template
clan-config: improve jsonschema arg parsing
- output json to stdout after success - expect args in the style: `foo.bar = baz` - handle different input types - cast input types on best effort basis - throw meaningful errors
This commit is contained in:
@@ -1,26 +1,27 @@
|
||||
{ python3
|
||||
, ruff
|
||||
, runCommand
|
||||
, installShellFiles
|
||||
, zerotierone
|
||||
, bubblewrap
|
||||
, sops
|
||||
, age
|
||||
, black
|
||||
, nix
|
||||
, mypy
|
||||
, setuptools
|
||||
, self
|
||||
{ age
|
||||
, argcomplete
|
||||
, black
|
||||
, bubblewrap
|
||||
, installShellFiles
|
||||
, jsonschema
|
||||
, mypy
|
||||
, nix
|
||||
, openssh
|
||||
, pytest
|
||||
, pytest-cov
|
||||
, pytest-subprocess
|
||||
, openssh
|
||||
, python3
|
||||
, ruff
|
||||
, runCommand
|
||||
, self
|
||||
, setuptools
|
||||
, sops
|
||||
, stdenv
|
||||
, wheel
|
||||
, zerotierone
|
||||
}:
|
||||
let
|
||||
dependencies = [ argcomplete ];
|
||||
dependencies = [ argcomplete jsonschema ];
|
||||
|
||||
testDependencies = [
|
||||
pytest
|
||||
|
||||
Reference in New Issue
Block a user