fix: formatting cli command correctly
This commit is contained in:
@@ -59,7 +59,7 @@ def nix_add_to_gcroots(nix_path: Path, dest: Path) -> None:
|
|||||||
|
|
||||||
|
|
||||||
def nix_config() -> dict[str, Any]:
|
def nix_config() -> dict[str, Any]:
|
||||||
cmd = nix_command(["config show", "--json"])
|
cmd = nix_command(["config", "show", "--json"])
|
||||||
proc = run(cmd)
|
proc = run(cmd)
|
||||||
data = json.loads(proc.stdout)
|
data = json.loads(proc.stdout)
|
||||||
config = {}
|
config = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user