remove unused variable

This commit is contained in:
Sakooooo 2023-08-13 19:37:20 +03:00
parent 0ca50771ee
commit 2636930dd4
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -8,7 +8,6 @@
}: }:
with lib; let with lib; let
cfg = config.modules.hardware.nvidia; cfg = config.modules.hardware.nvidia;
busIDType = lib.types.strMatching "([[:print:]]+[\:\@][0-9]{1,3}\:[0-9]{1,2}\:[0-9])?";
in { in {
imports = [ imports = [
./prime.nix ./prime.nix