Created
October 21, 2017 23:58
-
-
Save dustinlacewell-wk/6e2766ab41625327f7dc300cc0a1bf0c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
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