Remove deprecated hardware.opengl.driSupport option

This commit is contained in:
MichaelFisher1997 2025-05-10 16:35:53 +01:00
parent 13f11fda47
commit 412bd695e1
2 changed files with 28 additions and 1 deletions

27
flake.lock generated Normal file
View File

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1746663147,
"narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@ -172,7 +172,7 @@
hardware.opengl = {
enable = true;
driSupport = true;
#driSupport = true;
#driSupport32Bit = true;
extraPackages = with pkgs; [
vulkan-loader