mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
refactor(tuxedo/pulse/15/gen2): use 'builtins' instead of 'lib'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user