this repo has no description

Merge pull request #238 from sersorrel/push-yknsvxumwvvq

Add GHA workflow to ensure Nix flake builds

Changed files
+16
.github
workflows
+16
.github/workflows/nix.yml
···
···
+
name: Check Nix flake
+
on: [push, pull_request]
+
+
permissions:
+
checks: write
+
+
jobs:
+
nix:
+
name: Check Nix flake
+
runs-on: ubuntu-latest
+
steps:
+
- uses: actions/checkout@v4
+
- uses: DeterminateSystems/nix-installer-action@main
+
+
- name: Build default flake output
+
run: nix build