Skip to content

Instantly share code, notes, and snippets.

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