mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-10 08:41:03 +01:00
refactor(tuxedo/pulse/15/gen2): use 'builtins' instead of 'lib'
This commit is contained in:
parent
cbbdc22fb6
commit
3d69759870
|
|
@ -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