Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Update nix.yml #12

Update nix.yml

Update nix.yml #12

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check
- run: ls #debuging
- run: nixos-rebuild --flake . switch