ingress-proxy: mekanoe.com

This commit is contained in:
41666 2024-01-06 00:51:26 -05:00
parent c0d391d6de
commit f1126b3f9b

View file

@ -84,6 +84,7 @@ in {
src = builtins.fetchGit {
url = "https://codeberg.org/noe/personal-site.git";
ref = "main";
hash = "sha256-xxxxxxxxxxxxxx";
};
installPhase = "cp -r $src $out";
};