Skip to content

chore: remove with lib; notation #215

chore: remove with lib; notation

chore: remove with lib; notation #215

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