Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nix: disable fortify for devshell (#4463)
This disables '_FORTIFY_SOURCE' Werrors trying to compile wlroots. Long standing issue in NixOS/nixpkgs#60919 afaik. After this change you should be able to: ``` nix develop mmeson setup build -Dbuildtype=debug ninja -C build ```
- Loading branch information