this repo has no description
0
fork

Configure Feed

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

ci: add tangled flow

+16
+16
.tangled/workflows/test.yml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 + - event: ["pull_request"] 5 + branch: ["main"] 6 + 7 + engine: "nixery" 8 + 9 + 10 + dependencies: 11 + nixpkgs: 12 + - nixos-rebuild 13 + 14 + steps: 15 + - name: "Test" 16 + command: "nixos-rebuild dry-build --flake .#mars"