mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 12:41:55 -07:00
Nix: update waybar-hyprland, add hyprland-nvidia (#1409)
Also add them to CI
This commit is contained in:
1
.github/workflows/nix-build.yaml
vendored
1
.github/workflows/nix-build.yaml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
package:
|
||||
- default
|
||||
- hyprland-no-hidpi
|
||||
- hyprland-nvidia
|
||||
- xdg-desktop-portal-hyprland
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
6
.github/workflows/nix-update.yaml
vendored
6
.github/workflows/nix-update.yaml
vendored
@@ -17,6 +17,12 @@ jobs:
|
||||
experimental-features = nix-command flakes
|
||||
- name: Update lockfile
|
||||
run: nix/update-inputs.sh
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: hyprland
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- name: Build Waybar-Hyprland
|
||||
run: nix build .#waybar-hyprland --print-build-logs
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "[gha] bump flake inputs"
|
||||
|
Reference in New Issue
Block a user