Skip to content

feat: restore hypr feature #29

feat: restore hypr feature

feat: restore hypr feature #29

Workflow file for this run

name: "Build all packages using Nix"
on:
push:
paths:
# Run the workflow <=> when relevant files are changed
- 'flake.nix'
- 'overlay/**.nix'
jobs:
nix-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
# Maybe TODO
# - run: nix flake check
# Explicitly build all features
- run: nix build .#
- run: nix build .#xremap-wlroots
- run: nix build .#xremap-gnome
- run: nix build .#xremap-hypr
- run: nix build .#xremap-sway
- run: nix build .#xremap-x11
- run: nix build .#xremap-kde