switch to out of tree zotero

This commit is contained in:
Luj 2023-11-27 12:13:56 +01:00
parent f63e810bb1
commit 9f2d4bc2b4
4 changed files with 3 additions and 6 deletions

View file

@ -63,6 +63,7 @@ nixpkgs.lib.nixosSystem {
keycloak-keywind = prev.pkgs.callPackage ../packages/keycloak-keywind { };
nix-rfc-92 = inputs.nix-rfc-92.packages.${system}.default;
bcachefs-tools = prev.unstable.bcachefs-tools;
zotero = inputs.zotero.packages.${system}.default;
})
];
}