Skip to content

Instantly share code, notes, and snippets.

@worldofpeace
Created October 25, 2019 15:07
nixpkgs.overlays = [
(self: super: {
open-vm-tools = super.open-vm-tools.overrideAttrs (oldAttrs: {
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
});
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment