nixos/overlays/modifications/spotifyx.nix

5 lines
136 B
Nix

{outputs, ...}: final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
spotify = outputs.packages."${system}".spotifyx;
}