Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created October 22, 2017 00:04
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/513e1acfebf55061ee61ddbaac76f553 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/513e1acfebf55061ee61ddbaac76f553 to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: with pkgs.stdEnv.lib.platforms; {
dotnetPackages.FSharpAutoComplete = pkgs.dotnetPackages.FSharpAutoComplete.override {
meta.platforms = linux ++ darwin;
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment