chore(logseq): use from unstable and drop flake input

This commit is contained in:
steveej 2023-08-08 20:39:41 +02:00
parent 018c5fdef0
commit eaadacd8c7
3 changed files with 20 additions and 26 deletions

View file

@ -11,7 +11,7 @@
pkgsMaster = nodeFlake.inputs.nixpkgs-master.legacyPackages.${pkgs.system};
pkgsUnstableSmall = nodeFlake.inputs.nixpkgs-unstable-small.legacyPackages.${pkgs.system};
pkgs2211 = nodeFlake.inputs.nixpkgs-2211.legacyPackages.${pkgs.system};
# pkgs2211 = repoFlakeInputs'.nixpkgs-2211.legacyPackages;
pkgsUnstableSmallRepo = repoFlake.nixpkgs-unstable-small.${pkgs.system}.legacyPackages;
in {
imports = [
../profiles/common.nix
@ -240,13 +240,7 @@ in {
pcmanfm
# mendeley
evince
((pkgsMaster.logseq.overrideAttrs (finalAttrs: previousAttrs: {
version = "nightly";
src = repoFlake.inputs.logseqNightly;
}))
.override (_: {
electron = pkgs.electron_24;
}))
pkgsUnstableSmall.logseq
# File Synchronzation
maestral