xdg-desktop-portal-hyprland/.github/workflows/nix-build.yaml
Mihai Fufezan 7f2a77ddf6
CI: update actions
nix/overlays: simplify overlay
2024-07-30 21:59:36 +03:00

16 lines
438 B
YAML

name: Build xdph (Nix)
on: [push, pull_request, workflow_dispatch]
jobs:
nix:
name: "Build"
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build xdg-desktop-portal-hyprland
run: nix build --print-build-logs --extra-substituters "https://hyprland.cachix.org"