flake: remove lunatask
This commit is contained in:
parent
74fcc7dc41
commit
bfdb9b3f2d
@ -285,7 +285,6 @@
|
||||
isUnstable = true;
|
||||
};
|
||||
rkvm = pkgs.callPackage ./pkgs/rkvm.nix { inherit pkgs; };
|
||||
lunatask = pkgs.callPackage ./pkgs/lunatask.nix { inherit pkgs; };
|
||||
inherit (xintray.packages.${system}) xintray;
|
||||
inherit (tsvnstat.packages.${system}) tsvnstat;
|
||||
inherit (pots.packages.${system}) pots;
|
||||
|
@ -1,23 +0,0 @@
|
||||
{ lib, fetchurl, appimageTools, makeDesktopItem, desktop-file-utils, ... }:
|
||||
|
||||
let
|
||||
name = "lunatask";
|
||||
version = "1.5.12";
|
||||
|
||||
src = fetchurl {
|
||||
name = "Lunatask-${version}";
|
||||
url = "https://lunatask.app/download/Lunatask-${version}.AppImage";
|
||||
sha256 = "sha256-Aw8w4RmVIsZXUtIn8A8VtBLzX+xVFyQvppSpWZJvTpA=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extract { inherit name src; };
|
||||
|
||||
in appimageTools.wrapType2 {
|
||||
inherit name src;
|
||||
|
||||
extraInstallCommands = ''
|
||||
cp -r ${appimageContents}/* $out
|
||||
'';
|
||||
|
||||
#extraPkgs = pkgs: with pkgs; [ ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user