Skip to content

chore(main): release 1.4.0 #202

chore(main): release 1.4.0

chore(main): release 1.4.0 #202

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 }}
- run: nix-shell .github/shadow-packages.nix