Skip to content

Added workflow for nixos. Fixes #2 #1

Added workflow for nixos. Fixes #2

Added workflow for nixos. Fixes #2 #1

Workflow file for this run

name: "Nix"
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: "Build flake"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build
- run: nix flake check