nixpkgs-config.nix
author Tomas Zeman <tomas@functionals.cz>
Thu, 24 Sep 2020 11:58:38 +0200
changeset 17 133c013b7b7b
parent 14 30c184da8c38
permissions -rw-r--r--
idea: upgrade -> 2020.2

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

}