Skip to content

Commit a1b30b6

Browse files
committed
nix: Automatically deduce cmake flags
1 parent 7886a64 commit a1b30b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
xorg.xcbutilwm
2929
];
3030

31-
cmakeFlags = quartz.cmakeFlags { inherit pkgs; icons = false; };
31+
cmakeFlags = quartz.cmakeWrapper { inherit pkgs; cmakeFile = ./CMakeLists.txt; };
3232
};
3333
in {
3434
packages = {

0 commit comments

Comments
 (0)