Parse _redirects file and store rules in manifest.

This commit is contained in:
Catherine
2025-09-20 07:16:10 +00:00
parent 3acab677e0
commit 95814dd3f3
8 changed files with 238 additions and 25 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
git-pages = pkgs.buildGo125Module {
pname = "git-pages";
version = "1.0.0";
version = "0";
src = nix-filter {
root = self;
@@ -42,7 +42,7 @@
"-s -w"
];
vendorHash = "sha256-M4tTB0zXwLnehONGrtSl6B92gfpjm83g+qqM1HtNjis=";
vendorHash = "sha256-RCuX+z74m+G+Ptg/DF727VxnV0WEQWLaQPdN9+Ma9Do=";
fixupPhase = ''
# Apparently `go install` doesn't support renaming the binary, so country girls make do.