nixpkgs-config.nix
author Tomas Zeman <tomas@functionals.cz>
Sun, 09 Jul 2023 13:00:41 +0200
changeset 26 3d5c050af88c
parent 14 30c184da8c38
permissions -rw-r--r--
idea: fix for 23.1

{
  allowUnfree = true;
  permittedInsecurePackages = [
    "openssl-1.0.2u"
    "postgresql-9.3.25"
  ];

}