Vic's *Nix config.

noids

Changed files
+5 -8
.github
workflows
+5 -8
.github/workflows/build-systems.yaml
··· 49 49 name: vix 50 50 authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} 51 51 - run: nix build --accept-flake-config --no-link --print-out-paths .#.nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel 52 - - id: ${{matrix.host}} 53 - run: echo "${{matrix.host}}: <code>$(readlink -f ./result)</code>" >> "$GITHUB_STEP_SUMMARY" 52 + - run: echo "${{matrix.host}}: <code>$(readlink -f ./result)</code>" >> "$GITHUB_STEP_SUMMARY" 54 53 55 54 aarm64-linux: 56 55 name: ${{ matrix.host }} aarm64-linux ··· 67 66 name: vix 68 67 authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} 69 68 - run: nix build --accept-flake-config --no-link --print-out-paths .#.nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel 70 - - id: ${{matrix.host}} 71 - run: echo "${{matrix.host}}: <code>$(readlink -f ./result)</code>" >> "$GITHUB_STEP_SUMMARY" 69 + - run: echo "${{matrix.host}}: <code>$(readlink -f ./result)</code>" >> "$GITHUB_STEP_SUMMARY" 72 70 73 71 aarch64-darwin: 74 72 name: ${{ matrix.host }} aarch64-darwin ··· 85 83 name: vix 86 84 authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} 87 85 - run: nix build --accept-flake-config --no-link --print-out-paths .#.darwinConfigurations.${{ matrix.host }}.config.system.build.toplevel 88 - - id: ${{matrix.host}} 89 - run: echo "${{matrix.host}}: <code>$(readlink -f ./result)</code>" >> "$GITHUB_STEP_SUMMARY" 86 + - run: echo "${{matrix.host}}: <code>$(readlink -f ./result)</code>" >> "$GITHUB_STEP_SUMMARY" 87 + 90 88 91 89 x86_64-darwin: 92 90 name: ${{ matrix.host }} x86_64-darwin ··· 103 101 name: vix 104 102 authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} 105 103 - run: nix build --accept-flake-config --no-link --print-out-paths .#.darwinConfigurations.${{ matrix.host }}.config.system.build.toplevel 106 - - id: ${{matrix.host}} 107 - run: echo "${{matrix.host}}: <code>$(readlink -f ./result)</code>" >> "$GITHUB_STEP_SUMMARY" 104 + - run: echo "${{matrix.host}}: <code>$(readlink -f ./result)</code>" >> "$GITHUB_STEP_SUMMARY"