chore: use logseq from my own branch
This commit is contained in:
parent
2f5c043e89
commit
6ce36aaf9c
3 changed files with 23 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue