Compare commits

...

2 Commits

Author SHA1 Message Date
coolneng 3b38b7cc05
Remove mopidy-somafm overlay 2023-04-26 23:03:20 +02:00
coolneng 88a719de9f flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e78d25df6f1036b3fa76750ed4603dd9d5fe90fc' (2023-04-23)
  → 'github:NixOS/nixpkgs/c8018361fa1d1650ee8d4b96294783cf564e8a7f' (2023-04-25)
2023-04-26 22:31:27 +02:00
2 changed files with 4 additions and 11 deletions

View File

@ -94,11 +94,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1682268651, "lastModified": 1682453498,
"narHash": "sha256-2eZriMhnD24Pmb8ideZWZDiXaAVe6LzJrHQiNPck+Lk=", "narHash": "sha256-WoWiAd7KZt5Eh6n+qojcivaVpnXKqBsVgpixpV2L9CE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e78d25df6f1036b3fa76750ed4603dd9d5fe90fc", "rev": "c8018361fa1d1650ee8d4b96294783cf564e8a7f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -8,13 +8,6 @@ let
propagatedBuildInputs = old.propagatedBuildInputs propagatedBuildInputs = old.propagatedBuildInputs
++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ]; ++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ];
}); });
latest-mopidy-somafm = mopidy-somafm.overrideAttrs (old: rec {
src = python3Packages.fetchPypi {
version = "2.0.2";
pname = "Mopidy-SomaFM";
sha256 = "DC0emxkoWfjGHih2C8nINBFByf521Xf+3Ks4JRxNPLM=";
};
});
soundcloud_token = builtins.readFile ../secrets/soundcloud_token; soundcloud_token = builtins.readFile ../secrets/soundcloud_token;
latest-mopidy-soundcloud = mopidy-soundcloud.overrideAttrs (old: rec { latest-mopidy-soundcloud = mopidy-soundcloud.overrideAttrs (old: rec {
src = fetchFromGitHub { src = fetchFromGitHub {
@ -59,7 +52,7 @@ in {
mopidy-local mopidy-local
mopidy-youtube-yt_dlp mopidy-youtube-yt_dlp
mopidy-bandcamp mopidy-bandcamp
latest-mopidy-somafm mopidy-somafm
latest-mopidy-soundcloud latest-mopidy-soundcloud
]; ];
configuration = '' configuration = ''