ATproto Nix User Repo
0
fork

Configure Feed

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

fix: enable sandbox in build.yml

+2 -2
+2 -2
.tangled/workflows/build.yml
··· 5 5 engine: "nixery" 6 6 7 7 environment: 8 - NIX_CONFIG: "sandbox = false" 8 + 9 9 10 10 dependencies: 11 11 nixpkgs: ··· 14 14 steps: 15 15 - name: Build Nix packages 16 16 command: | 17 - nix build .#default --option sandbox false 17 + nix build .#default