switch to helium from nur

This commit is contained in:
Sean Kovacs 2025-12-19 13:05:41 -05:00
commit 4580a96435
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 1 additions and 255 deletions

View file

@ -16,14 +16,6 @@ final: prev: {
# }) { };
# };
helium-browser =
let
helium-widevine = prev.callPackage ./helium-browser/widevine-aarch64-linux.nix { };
in
prev.callPackage ./helium-browser/package.nix {
inherit helium-widevine;
};
spotify-webapp = prev.callPackage (builtins.path { path = ./spotify/package.nix; }) { };
spotifyd = prev.callPackage (builtins.path { path = ./spotifyd/package.nix; }) { };