this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update flake dependencies (deploy) [skip ci]

dusk 4cb6eb69 0181fb32

+1 -5
+1 -5
deploy.nu
··· 18 18 let result = nix run ".#apps.nixinate.wolumonde" -L --show-trace | complete 19 19 let end = date now 20 20 21 - if $result.exit_code == 0 { 22 - secrets/deploy-webhook.nu $"deployed wolumonde: finished @ ($end); took ($end - $start)" 23 - } else { 24 - secrets/deploy-webhook.nu $"error deploying wolumonde:\n($result | to json)" 25 - } 21 + secrets/deploy-webhook.nu $"deployed wolumonde: finished @ ($end); took ($end - $start)\n\n($result | to text)"