Skip to content

Commit

Permalink
Derp, fix these
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Feb 23, 2024
1 parent f746508 commit 3bb8188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
name = "conky";
src = ./.;
cmakeFlags = [
"-BUILD_LUA_CAIRO=ON"
"-BUILD_LUA_IMLIB2=ON"
"-BUILD_LUA_RSVG=ON"
"-DBUILD_LUA_CAIRO=ON"
"-DBUILD_LUA_IMLIB2=ON"
"-DBUILD_LUA_RSVG=ON"
];
nativeBuildInputs = [
clang_16
Expand Down

0 comments on commit 3bb8188

Please sign in to comment.