nixpkgs-config.nix
author Tomas Zeman <tomas@functionals.cz>
Fri, 20 Dec 2024 09:18:58 +0100
changeset 30 fca959981afd
parent 14 30c184da8c38
permissions -rw-r--r--
Upgrade -> 24.11 (+ removed fossil, moved to system pkgs)

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

}