This commit is contained in:
Mihai Fufezan 2024-04-20 13:41:53 +03:00
parent 516cf4ef20
commit b6a9bb8ef0
No known key found for this signature in database
1 changed files with 21 additions and 0 deletions

21
.github/workflows/nix.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
- 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 build -L