Skip to content

Instantly share code, notes, and snippets.

View LazyYuuki's full-sized avatar

Bui Quang Huy LazyYuuki

  • Caviato
  • Singapore
View GitHub Profile
@meeech
meeech / a_help-osx-borked-my-nix.md
Last active November 4, 2024 09:38
Some steps to (hopefully) help you fix your Nix install on OS X after an upgrade.

Apple Borked my Nix!

Ok, so you've had nix (home-manager) working fine. Then Apple tells you it's time to update.

Ok. Reboot. Oops. It has now broken your Nix setup. Here's some stuff to work through. YMMV.

Note: This is what worked for me, who was just using nix + home-manager. The upgrade that I last did that caused all these issues was 12.3.X > 12.4

Useful Links

@ironlungx
ironlungx / nvim-pio.md
Last active November 14, 2024 04:20
PlatformIO with Neovim

Extensions

Following are the extensions required for neovim:

I use lazy.nvim so, just add the following to your plugins table, or create a new file in lua/plugins/lsp.lua

return {
	{