Update flake.nix

This commit is contained in:
William McKinnon 2025-06-29 22:42:23 -04:00 committed by GitHub
parent 660c1197b6
commit e9f345b012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,8 +67,6 @@
packages = [ pkgs.gdb ]; # add debugging packages packages = [ pkgs.gdb ]; # add debugging packages
shellHook = '' 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" mkdir -p "$PWD/subprojects" && cd "$PWD/subprojects"
if [ ! -d scenefx ]; then if [ ! -d scenefx ]; then
echo "Copying scenefx to ./subprojects..." echo "Copying scenefx to ./subprojects..."