diff options
Diffstat (limited to 'chip')
-rwxr-xr-x | chip/push | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ subprocess.run(["nix-build", "-A", f"depo.{args.depo}", "--out-link", out]) print("bilt") - +# get roun p = subprocess.run(["chip/roun", args.depo, "-i"], stdout=subprocess.PIPE) ip = p.stdout.decode() |