replace homepage input to forgejo remote

This commit is contained in:
Fabian Montero 2025-09-14 14:01:51 -06:00
parent 4fc172c77e
commit 8076ae97d9
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -13,10 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
homepage = {
url = "./homepage";
inputs.nixpkgs.follows = "nixpkgs";
};
homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git?branch=master";
authentik-nix = {
url = "github:nix-community/authentik-nix";