Loading pkgs/tools/text/markscribe/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "markscribe"; version = "0.6.0"; src = fetchFromGitHub { owner = "muesli"; repo = "markscribe"; rev = "v${version}"; hash = "sha256-I8WSG9rMqgf2QADQetlYTSUIQH1Iv8cMVw/3uIwEDPc="; }; vendorHash = "sha256-leeP2+W+bnYASls3k0l4jpz1rc1mAkMWUfrY2uBUUdQ="; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Your personal markdown scribe with template-engine and Git(Hub) & RSS powers"; homepage = "https://github.com/muesli/markscribe"; changelog = "https://github.com/muesli/markscribe/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -33108,6 +33108,8 @@ with pkgs; electron = electron_9; }; markscribe = callPackage ../tools/text/markscribe { }; magnetico = callPackage ../applications/networking/p2p/magnetico { }; mastodon-bot = nodePackages.mastodon-bot; Loading
pkgs/tools/text/markscribe/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "markscribe"; version = "0.6.0"; src = fetchFromGitHub { owner = "muesli"; repo = "markscribe"; rev = "v${version}"; hash = "sha256-I8WSG9rMqgf2QADQetlYTSUIQH1Iv8cMVw/3uIwEDPc="; }; vendorHash = "sha256-leeP2+W+bnYASls3k0l4jpz1rc1mAkMWUfrY2uBUUdQ="; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Your personal markdown scribe with template-engine and Git(Hub) & RSS powers"; homepage = "https://github.com/muesli/markscribe"; changelog = "https://github.com/muesli/markscribe/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -33108,6 +33108,8 @@ with pkgs; electron = electron_9; }; markscribe = callPackage ../tools/text/markscribe { }; magnetico = callPackage ../applications/networking/p2p/magnetico { }; mastodon-bot = nodePackages.mastodon-bot;