Remove unneeded nixtamal inherit in mesa.nix

This commit is contained in:
Username404-59 2026-06-24 05:06:54 +02:00
parent bb2e84f979
commit 73f91f2237
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -1,4 +1,4 @@
{ lib, pkgs, functions, isLaptop, nixtamal, ... }:
{ lib, pkgs, functions, isLaptop, ... }:
let
selected_vkDrivers = [ "amd" /* Needed by steam => */ "microsoft-experimental" ] ++ lib.optional (!isLaptop) "intel";