From e9f345b012c99785e4a9253456d098ce16a19406 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Sun, 29 Jun 2025 22:42:23 -0400 Subject: [PATCH] Update flake.nix --- flake.nix | 2 -- 1 file changed, 2 deletions(-) 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..."