chore: use logseq from my own branch

This commit is contained in:
steveej 2022-06-25 16:03:40 +02:00
parent 2f5c043e89
commit 6ce36aaf9c
3 changed files with 23 additions and 6 deletions

View file

@ -3,8 +3,11 @@
self: super:
let
sources = import ../../nix/sources.nix;
nixpkgs-master = import <nixpkgs-master> { inherit (super) config; };
nixpkgs-unstable = import <channels-nixos-unstable> { inherit (super) config; };
nixpkgs-staging-steveej = import sources.nixpkgs_staging_steveej { inherit (super) config; };
in {
inherit nixpkgs-master;
@ -29,6 +32,8 @@ in {
]);
});
logseq = nixpkgs-staging-steveej.logseq;
# btrbk = super.btrbk.overrideAttrs(attrs: rec {
# version = "0.32.1";
# src = builtins.fetchurl {