From e25a9bffc1c73b07fcfcde135d1356ee12e8b650 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 23 Nov 2025 03:02:08 -0600 Subject: [PATCH] chore: removed fuckery --- profiles/user0/files/misc/justfile.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/user0/files/misc/justfile.nix b/profiles/user0/files/misc/justfile.nix index f19cba5..3a472fa 100755 --- a/profiles/user0/files/misc/justfile.nix +++ b/profiles/user0/files/misc/justfile.nix @@ -63,8 +63,6 @@ in ${remoteRebuild} ${sshCommand} ${microVMSshCommand} - addr: - http get https://mine.defensio.io/api/statistics/addr1q87k2jlckh6ujqx4ymkdd4jrhy6gukdtum0p77pdh5gqcw8ctl65fvaw097l32ta6m8hth3xu9cjfz70y34gs2mdfzlsj465th | get local_with_donate | get dfo_allocation | $in / 1000000 balance: #!/usr/bin/env nu let results = [${balanceHosts}] | each { |h| let val = (^ssh ...($h.ssh | split row " ") 'nu -c "open /var/lib/defenseio-data/MidnightMiner/balances.json | get snapshots | last | get balance"' | into float); print $"($h.name):"; print $val; $val }