Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created October 21, 2017 23:58
Show Gist options
  • Save dustinlacewell-wk/6e2766ab41625327f7dc300cc0a1bf0c to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/6e2766ab41625327f7dc300cc0a1bf0c to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: rec {
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