drop zotero-nix

This commit is contained in:
Julien Malka 2024-03-31 12:41:13 +02:00
parent 816cf574b7
commit 57761c20e1
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 0 additions and 2 deletions

View file

@ -56,7 +56,6 @@
buildbot-nix.url = "github:JulienMalka/buildbot-nix";
zotero-nix.url = "github:camillemndn/zotero-nix";
};
outputs = { self, nixpkgs, ... }@inputs:

View file

@ -48,7 +48,6 @@ nixpkgs.lib.nixosSystem {
attic = inputs.attic.packages.${system}.default;
inherit (inputs.colmena.packages.${system}) colmena;
inherit (prev.unstable) bcachefs-tools;
zotero = inputs.zotero-nix.packages.${system}.default;
# My own packages
keycloak-keywind = prev.pkgs.callPackage ../packages/keycloak-keywind { };
hydrasect = prev.pkgs.callPackage ../packages/hydrasect { };