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.
2 parents 34dd7c3 + 45b28d9 commit 8a95f3fCopy full SHA for 8a95f3f
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