Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Last active October 22, 2017 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dustinlacewell-wk/14cb3b5db420e1e861e343766850a524 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/14cb3b5db420e1e861e343766850a524 to your computer and use it in GitHub Desktop.
{
allowUnfree = true;
packageOverrides = super: let self = super.pkgs; in {
dotnetPackages = super.dotnetPackages // {
FSharpAutoComplete = super.dotnetPackages.FSharpAutoComplete.overrideAttrs (old: {
meta.platforms = self.lib.platforms.darwin;
});
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment