nixpkgs-config.nix
author Tomas Zeman <tomas@functionals.cz>
Fri, 10 Jul 2020 16:35:43 +0200
changeset 14 30c184da8c38
permissions -rw-r--r--
nixpkgs-config.nix: share config.nix for nix-* and home-manager

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

}