cleanup(arrpc): removed
This commit is contained in:
@@ -6,19 +6,6 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
arrpc_overlay = (
|
||||
self: super: {
|
||||
arrpc = super.arrpc.overrideAttrs (prev: {
|
||||
version = "git";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "Doloro1978";
|
||||
repo = "arrpc";
|
||||
tag = "tag3";
|
||||
sha256 = "sha256-9Tnw/BmIAA+RPAfhHFv0kenrRdoxJuUw3iRjKykGxdE=";
|
||||
};
|
||||
});
|
||||
}
|
||||
);
|
||||
youtube-music = (
|
||||
self: super: {
|
||||
youtube-music = super.youtube-music.overrideAttrs (prev: {
|
||||
@@ -46,7 +33,6 @@ let
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
# arrpc_overlay # idk i flake update and it doesnt wanna
|
||||
gamescope_overlay
|
||||
youtube-music
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user