this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+13
.tangled
workflows
+13
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push", "pull_request", "manual"] 3 + branch: ["main"] 4 + 5 + engine: "nixery" 6 + 7 + dependencies: 8 + nixpkgs: 9 + - nix-fast-build 10 + 11 + steps: 12 + - name: "Build Configurations" 13 + command: "nix-fast-build"