My personal nix config files. Feel free to import flake.

openssl-1.1.1w

+6
+3
modules/nixos/by-category/fhs.nix
··· 42 42 nss 43 43 stdenv.cc.cc # Godot + Blender 44 44 openssl 45 + openssl_1_1 46 + webkitgtk 47 + glib-networking 45 48 util-linux 46 49 zlib # screeps 47 50 zstd
+3
modules/nixos/nixcfg.nix
··· 43 43 # allowBroken = true; 44 44 allowUnfree = true; 45 45 # allowUnsupportedSystem = true; 46 + permittedInsecurePackages = [ 47 + "openssl-1.1.1w" 48 + ]; 46 49 }; 47 50 # You can add overlays here 48 51 overlays = [