CLI tool for migrating PDS

ci: test flakeref unification

nel.pet bb1044a3 0689ed42

verified
+9
+9
.tangled/workflows/build.yml
··· 2 2 - event: [ "push" ] 3 3 branch: [ "main" ] 4 4 5 + engine: "nixery" 6 + 5 7 dependencies: 6 8 nixpkgs: 7 9 - cargo 8 10 - gcc 9 11 - pkg-config 10 12 - openssl 13 + nixpkgs/nixpkgs-unstable: 14 + - bun 11 15 12 16 steps: 13 17 - name: Build project 14 18 command: | 15 19 export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$(nix build nixpkgs#openssl.dev --no-link --print-out-paths)/lib/pkgconfig" 16 20 cargo build 21 + - name: Bun version 22 + command: | 23 + export PATH="$HOME/.nix-profile/bin:$PATH" 24 + bun --version 25 +