Skip to content

Update default.nix

Update default.nix #62

Workflow file for this run

name: Build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-23.11
- run: nix-build
env:
NIXPKGS_ALLOW_BROKEN: "1"