mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
refactor(tuxedo/pulse/15/gen2): use 'builtins' instead of 'lib'
This commit is contained in:
parent
cbbdc22fb6
commit
3d69759870
1 changed files with 1 additions and 1 deletions
|
@ -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