We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee17399 commit 45b28d9Copy full SHA for 45b28d9
nixos/modules/services/audio/mopidy.nix
@@ -12,6 +12,7 @@ let
12
13
mopidyEnv = buildEnv {
14
name = "mopidy-with-extensions-${mopidy.version}";
15
+ ignoreCollisions = true;
16
paths = closePropagation cfg.extensionPackages;
17
pathsToLink = [ "/${mopidyPackages.python.sitePackages}" ];
18
nativeBuildInputs = [ makeWrapper ];
0 commit comments