diff options
author | André Silva <[email protected]> | 2024-05-10 23:51:53 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-11 01:51:53 +0300 |
commit | a8ab1b1679e639ef23952f1a1d0834859d1c01b7 (patch) | |
tree | c24a01a902ca68d73e710f67c89ea0465926d05a /.github | |
parent | 6e594e44162ed5ad8fd9db3e552723e32169158a (diff) | |
download | Hyprland-a8ab1b1679e639ef23952f1a1d0834859d1c01b7.tar.gz Hyprland-a8ab1b1679e639ef23952f1a1d0834859d1c01b7.zip |
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 <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nix-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nix-ci.yml b/.github/workflows/nix-ci.yml index 3b017576..a66307c4 100644 --- a/.github/workflows/nix-ci.yml +++ b/.github/workflows/nix-ci.yml @@ -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 |