this repo has no description
1
fork

Configure Feed

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

github: remove rustboro

Aly Raffauf d1d6beda 97890d39

-18
-18
.github/workflows/build-nixos.yml
··· 182 182 name: alyraffauf 183 183 - name: Build petalburg 184 184 run: nix build --accept-flake-config --print-out-paths .#nixosConfigurations.petalburg.config.system.build.toplevel 185 - build-rustboro: 186 - runs-on: ubuntu-latest 187 - steps: 188 - - name: Free Disk Space (Ubuntu) 189 - uses: jlumbroso/free-disk-space@main 190 - - name: Checkout 191 - uses: actions/checkout@main 192 - with: 193 - fetch-depth: 1 194 - - name: Install Nix 195 - uses: DeterminateSystems/nix-installer-action@main 196 - - name: Cachix 197 - uses: cachix/cachix-action@master 198 - with: 199 - authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} 200 - name: alyraffauf 201 - - name: Build rustboro 202 - run: nix build --accept-flake-config --print-out-paths .#nixosConfigurations.rustboro.config.system.build.toplevel 203 185 build-slateport: 204 186 runs-on: ubuntu-latest 205 187 steps: