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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
homepage = { homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git?branch=master";
url = "./homepage";
inputs.nixpkgs.follows = "nixpkgs";
};
authentik-nix = { authentik-nix = {
url = "github:nix-community/authentik-nix"; url = "github:nix-community/authentik-nix";