flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit 14bb2f6909d2584905bef97da21816ce0d77f054
parent ac85f7a3044d208364811ddd2c7a3757604cb4bc
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Mon, 24 Mar 2025 20:13:21 +0100

fix: pass base url to stagit adding a trailing slash

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mhosts/server/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/server/default.nix b/hosts/server/default.nix @@ -165,7 +165,7 @@ rec { reposDir = config.modules.git.directory; flags = builtins.concatStringsSep " " [ "-c ${cacheFile}" - "-u https://${networking.domain}/git/${name}" + "-u https://${networking.domain}/git/${name}/" ]; script = pkgs.writeShellScriptBin "stagit" ''