aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/optional/sound.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix
index 61a5490..61ab23f 100644
--- a/hosts/common/optional/sound.nix
+++ b/hosts/common/optional/sound.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ lib, pkgs, ... }:
{
environment = {
systemPackages = with pkgs; [
@@ -29,7 +29,7 @@
];
variables = let makePluginPath = format:
- (lib.makeSearchPath format [
+ (lib.strings.makeSearchPath format [
"$HOME/.nix-profile/lib"
"/run/current-system/sw/lib"
"/etc/profiles/per-user/$USER/lib"