refactor(tuxedo/pulse/15/gen2): use 'builtins' instead of 'lib'
This commit is contained in:
parent
dd18dc7714
commit
ae8f623d5b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue