Skip to content

shadow-preprod: 9.9.10094 -> 9.9.10099 #287

shadow-preprod: 9.9.10094 -> 9.9.10099

shadow-preprod: 9.9.10094 -> 9.9.10099 #287

Workflow file for this run

name: "Package Build"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
package-build:
runs-on: ubuntu-latest
strategy:
matrix:
channel:
- nixos-23.05
- nixos-unstable
env:
NIXPKGS_ALLOW_UNFREE: 1
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:${{ matrix.channel }}
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix-shell .github/shadow-packages.nix