From 84de16fc25d871c7a30345621b9d8c84dc036bf5 Mon Sep 17 00:00:00 2001
From: h7x4 <h7x4@nani.wtf>
Date: Wed, 12 Mar 2025 00:40:16 +0100
Subject: [PATCH] shell.nix: fix simplesamlphp symlink

---
 nix/shell.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/shell.nix b/nix/shell.nix
index 36a94e9..468c89c 100644
--- a/nix/shell.nix
+++ b/nix/shell.nix
@@ -33,7 +33,7 @@ pkgs.mkShellNoCC {
 
       cp dist/config.local.php config.php
 
-      ln -s ../vendor/simplesamlphp/simplesamlphp/www/ www/simplesaml
+      ln -s ../vendor/simplesamlphp/simplesamlphp/public/ www/simplesaml
     fi
   '';
 }