From ad8ecc493503d56284be54d1c455260481d3edfb Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 24 Mar 2024 08:20:54 +0100 Subject: [PATCH] WIP: nixify --- dist/simplesamlphp-config.php | 11 +++++-- nix/module.nix | 56 ++++++++++++++++++++++++++++++++--- nix/package.nix | 4 +-- nix/php-generator.nix | 38 +++++++++++++----------- www/index.php | 2 -- 5 files changed, 83 insertions(+), 28 deletions(-) diff --git a/dist/simplesamlphp-config.php b/dist/simplesamlphp-config.php index db66eff..9ece739 100644 --- a/dist/simplesamlphp-config.php +++ b/dist/simplesamlphp-config.php @@ -1,7 +1,14 @@ setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);