-
-
Save infinisil/6bfa70e2f62f2619db3b96e806e30aea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
allowUnfree = true; | |
packageOverrides = super: let self = super.pkgs; in { | |
dotnetPackages = super.dotnetPackages // { | |
FSharpAutoComplete = super.dotnetPackages.FSharpAutoComplete.overrideDerivation (old : { | |
meta.platforms = super.stdenv.lib.platforms.linux ++ super.stdenv.lib.platforms.darwin; | |
}); | |
}; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment