3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-02-04 18:45:36 +00:00

nix: build improvements (#5952)

* scripts: allow using existing variable values in generateVersion.sh

* nix: populate versioning variables

* nix: remove unused meson input

* nix: remove unnecessary hyprland-protocols dependency

* Nix: remove nixConfig from flake

It's more annoying than helpful.

* CI/Nix: fix PR build failure

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
André Silva
2024-05-10 23:51:53 +01:00
committed by GitHub
parent 6e594e4416
commit a8ab1b1679
4 changed files with 12 additions and 32 deletions

View File

@ -4,6 +4,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
update-inputs:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/nix-update-inputs.yml
secrets: inherit