1
0
Fork 0
forked from fabian/nix

flake: fix typo in homepage input

This commit is contained in:
Fabian Montero 2025-09-14 16:05:28 -06:00
parent 508b9f1a76
commit 1f63320d6b
Signed by untrusted user: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

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