switch to out of tree zotero

This commit is contained in:
Luj 2023-11-27 12:13:56 +01:00
parent 7726937c76
commit 1ba978f32f
Signed by: luj
GPG key ID: 6FC74C847011FD83
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;
})
];
}