switch to out of tree zotero

This commit is contained in:
Julien Malka 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

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

View file

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

View file

@ -93,10 +93,6 @@
programs.xwayland.enable = true; programs.xwayland.enable = true;
nixpkgs.config.permittedInsecurePackages = [
"zotero-6.0.26"
];
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
# Select internationalisation properties. # Select internationalisation properties.

View file

@ -54,8 +54,6 @@
extraOptions = [ "--unsupported-gpu" ]; extraOptions = [ "--unsupported-gpu" ];
}; };
nixpkgs.config.permittedInsecurePackages = [ "zotero-6.0.27" ];
services.tailscale.enable = true; services.tailscale.enable = true;
networking.networkmanager.enable = networking.networkmanager.enable =
true; # Easiest to use and most distros use this by default. true; # Easiest to use and most distros use this by default.