3 lines
105 B
Nix
3 lines
105 B
Nix
final: prev: {
|
|
spotify-webapp = prev.callPackage (builtins.path {path = ./spotify/package.nix;}) {};
|
|
}
|