nixpkgs-config.nix
author Tomas Zeman <tomas@functionals.cz>
Thu, 24 Dec 2020 16:46:01 +0100
changeset 19 dc56fca2ff30
parent 14 30c184da8c38
permissions -rw-r--r--
Upgrade -> 20.09

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

}