remove spotifyd overlay
This commit is contained in:
parent
5f6a7276b5
commit
bdc3d05227
2 changed files with 0 additions and 105 deletions
|
|
@ -1,21 +1,3 @@
|
|||
final: prev: {
|
||||
widevine-helium =
|
||||
if prev.stdenv.hostPlatform.system == "aarch64-linux"
|
||||
then prev.callPackage ./helium-browser/widevine-aarch64-linux.nix {}
|
||||
else null;
|
||||
|
||||
# helium-browser =
|
||||
# prev.callPackage
|
||||
# (builtins.path {
|
||||
# path = ./helium-browser/package.nix;
|
||||
# })
|
||||
# {
|
||||
# helium-widevine = prev.callPackage (builtins.path {
|
||||
# path = ./helium-browser/widevine-aarch64-linux.nix;
|
||||
# }) { };
|
||||
# };
|
||||
|
||||
spotify-webapp = prev.callPackage (builtins.path {path = ./spotify/package.nix;}) {};
|
||||
|
||||
spotifyd = prev.callPackage (builtins.path {path = ./spotifyd/package.nix;}) {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue