Skip to content

Commit

Permalink
Establish timelines for RFC 121
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Oct 15, 2022
1 parent 5900f6f commit fff5f1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rfcs/0121-hardware-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ The significant changes will be around naming conventions used within
Nixpkgs and NixOS.

Deprecate and move existing `/run/opengl-driver/` logic:
- Rename `hardware.opengl` options to `hardware.drivers`
- Rename `pkgs.addOpenGLRunpath` shell hook to `addHardwareRunpath`
- Alias `addOpenGLRunpath` to `addHardwareRunpath` for compatibility
- Update nixpkgs references of `/run/opengl-driver/` to point to `/run/current-system/drivers/`
- Update `mesa.driverLink` to point to `/run/current-system/drivers/lib`
- Rename `hardware.opengl` options to `hardware.drivers` (pre 22.11)
- Rename `pkgs.addOpenGLRunpath` shell hook to `addHardwareRunpath` (pre 22.11)
- Alias `addOpenGLRunpath` to `addHardwareRunpath` for compatibility (pre 22.11)
- Update nixpkgs references of `/run/opengl-driver/` to point to `/run/current-system/drivers/` (post 22.11)
- Update `mesa.driverLink` to point to `/run/current-system/drivers/lib` (post 22.11)

For compatibility with existing nixpkgs packages, `/run/opengl-driver{,-32}/` will
be a symbolic link to `/run/current-system/drivers{,-32}/`. This will likely be
Expand Down

0 comments on commit fff5f1d

Please sign in to comment.