mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-09-20 15:44:55 +00:00
Parse _redirects file and store rules in manifest.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user