0.5.3 #1

Merged
pogmommy merged 14 commits from 0.5.3 into master 2025-07-02 12:21:10 -07:00
Showing only changes of commit e9f345b012 - Show all commits

View file

@ -67,8 +67,6 @@
packages = [ pkgs.gdb ]; # add debugging packages
shellHook = ''
(
# Copy the nix version of wlroots and scenefx into the project
# This is useful if you want meson to use them as subprojects during manual dev/testing
mkdir -p "$PWD/subprojects" && cd "$PWD/subprojects"
if [ ! -d scenefx ]; then
echo "Copying scenefx to ./subprojects..."