From 412bd695e1939f525a359f7cb55baa40dcbabb68 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 10 May 2025 16:35:53 +0100 Subject: [PATCH] Remove deprecated hardware.opengl.driSupport option --- flake.lock | 27 +++++++++++++++++++++++++++ hosts/hypr-nix/configuration.nix | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..3ed609e --- /dev/null +++ b/flake.lock @@ -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 +} diff --git a/hosts/hypr-nix/configuration.nix b/hosts/hypr-nix/configuration.nix index 70efb95..ad34d1e 100644 --- a/hosts/hypr-nix/configuration.nix +++ b/hosts/hypr-nix/configuration.nix @@ -172,7 +172,7 @@ hardware.opengl = { enable = true; - driSupport = true; + #driSupport = true; #driSupport32Bit = true; extraPackages = with pkgs; [ vulkan-loader