refactor(tuxedo/pulse/15/gen2): use 'builtins' instead of 'lib'

This commit is contained in:
NAHO 2023-10-09 19:06:50 +02:00 committed by mergify[bot]
parent dd18dc7714
commit ae8f623d5b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
hardware.amdgpu.loadInInitrd = lib.mkDefault false;
services.udev.extraRules = lib.concatStringsSep "\n" (
services.udev.extraRules = builtins.concatStringsSep "\n" (
["# Properly suspend the system."]
++ (
map