1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

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

This commit is contained in:
NAHO 2023-10-09 19:06:50 +02:00
parent cbbdc22fb6
commit 3d69759870
No known key found for this signature in database
GPG Key ID: 1D2207B4D979BE3E

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