chore: use logseq from upstream and cleanup

This commit is contained in:
steveej 2022-08-13 17:25:40 +02:00
parent 9729abca54
commit 0fa21d9cf4
2 changed files with 2 additions and 22 deletions

View file

@ -203,7 +203,7 @@ in {
mendeley
# zotero
pandoc
logseq
unstablepkgs.logseq
# has an EOL version of electron
# obsidian

View file

@ -32,25 +32,5 @@ in {
]);
});
logseq = nixpkgs-staging-steveej.logseq;
# btrbk = super.btrbk.overrideAttrs(attrs: rec {
# version = "0.32.1";
# src = builtins.fetchurl {
# url = "https://digint.ch/download/btrbk/releases/${attrs.pname}-${version}.tar.xz";
# sha256 = "1wlp0z0ijv3cr155kp9c5l16dz4jf8h897ddnawaj9rj1zgfk9z8";
# };
# # version = "2020-12-30";
# # src = builtins.fetchurl {
# # url = "https://github.com/digint/btrbk/archive/dd5991099ad778a3e0c5d11c770ad169c3095068.tar.gz";
# # sha256 = "0iyjgr1nv1n7mpsrgkrmb85sz3ycimmfvvhj08cvkjgl0r1762sb";
# # };
# preFixup = ''
# wrapProgram $out/bin/btrbk \
# --set PERL5LIB $PERL5LIB \
# --prefix PATH ':' "${self.lib.makeBinPath (with self; [ btrfs-progs bash mbuffer openssh ])}"
# '';
# });
# logseq = nixpkgs-staging-steveej.logseq;
}