This commit is contained in:
Sakooooo 2024-07-19 03:30:50 +04:00
parent e839e87abb
commit 80b2b57d79

View file

@ -41,9 +41,16 @@ with lib; let
};
};
app-launcher = epkgs.melpaBuild {
pname = "applauncher";
pname = "app-launcher";
version = "1.0";
commit = "d5015e394b0a666a8c7c4d4bdf786266e773b145";
recipe = writeText "recipe" ''
(app-launcher :repo "SebastienWae/app-launcher" :fetcher github)
'';
src = pkgs.fetchFromGitHub {
owner = "SebastienWae";
repo = "app-launcher";