My digital garden

use nix shell instead

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