Update flake.nix
This commit is contained in:
parent
660c1197b6
commit
e9f345b012
1 changed files with 0 additions and 2 deletions
|
@ -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..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue