Skip to content

Commit

Permalink
CI: init
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Feb 17, 2024
1 parent a083ea6 commit 247c782
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build

on: [push, pull_request, workflow_dispatch]
jobs:
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

# not needed (yet)
# - uses: cachix/cachix-action@v12
# with:
# name: hyprland
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Build
run: nix flake check --print-build-logs --keep-going

0 comments on commit 247c782

Please sign in to comment.