WillPower3309 / swayfx

SwayFX: Sway, but with eye candy!
MIT License
1.29k stars 48 forks source link

Build fails when building the flake.nix #162

Closed Sntx626 closed 1 year ago

Sntx626 commented 1 year ago

Build the flake with either:

nix build github:WillPower3309/swayfx

or

git clone https://github.com/Sntx626/nixpkgs
cd nipkgs
git checkout 'bump/swayfx-version'
nix-build -A swayfx

to reproduce the error.

Sntx626 commented 1 year ago

Blocks https://github.com/NixOS/nixpkgs/issues/233178

RicArch97 commented 1 year ago

Opened a PR with the fix. Note that the flake in this repo does not affect the package in nixpkgs in any way, but is rather meant for development and to easily get SwayFX from the master branch