diff --git a/flake.nix b/flake.nix index 54bacf7f..dcb9e7aa 100644 --- a/flake.nix +++ b/flake.nix @@ -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..."