box: allow openssl-1.1.1w for now

This commit is contained in:
Aaron Bieber 2023-12-13 11:07:59 -07:00
parent c4a7bf6f53
commit 3c75e08a81
No known key found for this signature in database

View File

@ -1,11 +1,12 @@
{ inputs { config
, config
, lib , lib
, pkgs , pkgs
, isUnstable , isUnstable
, xinlib
, ... , ...
}: }:
let let
inherit (xinlib) todo;
#photoPrismTag = "220901-bullseye"; #photoPrismTag = "220901-bullseye";
httpCacheTime = "720m"; httpCacheTime = "720m";
httpAllow = '' httpAllow = ''
@ -189,7 +190,12 @@ in
}; };
nixpkgs = { nixpkgs = {
config.allowUnfree = true; config = {
allowUnfree = true;
permittedInsecurePackages = todo "figure out what is using openssl-1.1.1w" [
"openssl-1.1.1w"
];
};
#overlays = [ #overlays = [
# (_: _: { # (_: _: {
# inherit (inputs.unstable.legacyPackages.${pkgs.system}) home-assistant; # inherit (inputs.unstable.legacyPackages.${pkgs.system}) home-assistant;