My digital garden

Revert "use nix shell instead"

This reverts commit bcdfe31575aabbf2b7f65a3704cdc071d9338cd0.

+4 -2
+4 -2
.tangled/workflows/deploy.yml
··· 6 6 - main 7 7 8 8 engine: nixery 9 - 10 9 dependencies: 10 + nixpkgs/nixos-unstable: 11 + - bun 12 + - nodejs 11 13 12 14 environment: 13 15 CLOUDFLARE_ACCOUNT_ID: e7d28a4222e6af03dc7cee5ff1078546 ··· 16 18 - name: Build & Deploy 17 19 command: | 18 20 export PATH="$HOME/.nix-profile/bin:$PATH" 19 - nix shell .#ci 21 + nix develop .#ci