1
0
Fork 0
mirror of https://git.oat.zone/dark-firepit/dotfiles synced 2024-05-04 16:46:06 +02:00
git.oat.zone--dark-firepit-.../overlays/wofi.nix
System administrator da25566c34 Added nwggrid
2022-01-13 16:13:25 +00:00

8 lines
162 B
Nix

final: prev: {
wofi = (prev.wofi.override {
stdenv = prev.clang12Stdenv;
}).overrideAttrs (old: {
"NIX_CFLAGS_COMPILE" = "-Os -march=native";
});
}