nixos-revision: fix git path

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-21 14:32:04 +01:00
parent e35702458b
commit 30e06447c0

View file

@ -1,6 +1,6 @@
{ pkgs
, lib
, gitHostCommitUrl ? "https://github.com/jakehamilton/config/commit"
, gitHostCommitUrl ? "https://git.hoyer.xyz/harald/nixcfg/commit"
, ...
}: