diff options
author | Ben Sima <ben@bsima.me> | 2019-05-13 18:59:06 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-13 18:59:06 -0700 |
commit | 2afbdbee1db02d510ebf3c5ca51abfbf3bf02a50 (patch) | |
tree | 1d12e8f6f738645a5bff0980338740d83ad0524b /chip/push | |
parent | bd4e4dfefd73ed578be8bdac3b1fda6f21482979 (diff) |
move lithium to biz as hidor-kahih
Diffstat (limited to 'chip/push')
-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() |