Skip to content

Instantly share code, notes, and snippets.

@disassembler
Created October 22, 2017 02:02
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 disassembler/068fca1f2f0be8dd9d28990e404c5706 to your computer and use it in GitHub Desktop.
Save disassembler/068fca1f2f0be8dd9d28990e404c5706 to your computer and use it in GitHub Desktop.
{
allowUnfree = true;
packageOverrides = pkgs: rec {
dotnetPackages.FSharpAutoComplete = pkgs.dotnetPackages.FSharpAutoComplete.overrideAttrs (oldAttrs: rec {
meta.platforms = with pkgs.stdenv.lib.platforms; linux ++ darwin;
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment