ATproto Nix User Repo
0
fork

Configure Feed

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

basic tangled spindle build.yml for building nix pkgs

+12
+12
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + 5 + dependencies: 6 + nixpkgs: 7 + - nix 8 + 9 + steps: 10 + - name: Build Nix packages 11 + command: | 12 + nix build .#default