Skip to content

fix: hash for package from ci #99

fix: hash for package from ci

fix: hash for package from ci #99

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test-flake:
runs-on: self-hosted
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Check up flake configuration
run: nix flake check --all-systems --show-trace
- name: Build website
run: nix build