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 0181fb32 c35085a5

+4 -4
+1 -1
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 { 21 + if $result.exit_code == 0 { 22 22 secrets/deploy-webhook.nu $"deployed wolumonde: finished @ ($end); took ($end - $start)" 23 23 } else { 24 24 secrets/deploy-webhook.nu $"error deploying wolumonde:\n($result | to json)"
+3 -3
flake.lock
··· 806 806 }, 807 807 "nixpkgs-master": { 808 808 "locked": { 809 - "lastModified": 1745252380, 810 - "narHash": "sha256-OM72nPbai2uUX0254oikFJCPjX3kUvlwuDsieIlII3U=", 809 + "lastModified": 1745253083, 810 + "narHash": "sha256-14zBbg8zkizpqHHfwlI7RgYUClr+vFDvMh/3UGUPUl8=", 811 811 "owner": "nixos", 812 812 "repo": "nixpkgs", 813 - "rev": "0292bfd61f4bc4940fb6268aca504bf1fe52a45c", 813 + "rev": "c033e93872d2e78e2e5fa4aa7ff7bd6d763ca6cb", 814 814 "type": "github" 815 815 }, 816 816 "original": {