t2linux / wiki

Repository for the t2linux.org wiki
https://wiki.t2linux.org
Creative Commons Attribution Share Alike 4.0 International
174 stars 61 forks source link

add instructions for hybrid gfx on nixos #445

Closed osandell closed 9 months ago

osandell commented 1 year ago

I made a .nix config file that pulls https://github.com/Redecorating/apple_set_os-loader, builds it and copies the .efi to the boot dir. This PR is documenting the process of applying it.

AdityaGarg8 commented 1 year ago

Cc @kekrby @Redecorating

networkException commented 1 year ago

Is there something that prevents you from upstreaming the package definition to nixpkgs or nixos-hardware?

osandell commented 1 year ago

Is there something that prevents you from upstreaming the package definition to nixpkgs or nixos-hardware?

@networkException Good point! I suppose not.. I'm new to Nix so didn't think of it. I'll give it a go :+1:

osandell commented 1 year ago

Marking as draft while looking into upstreaming an actual package instead.