forked from fabian/nix
flake: make homepage input follow nixpkgs
This commit is contained in:
parent
0125b5e283
commit
c9d0416792
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git";
|
||||
homepage = {
|
||||
url = "git+https://git.posixlycorrect.com/fabian/homepage.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
authentik-nix = {
|
||||
url = "github:nix-community/authentik-nix";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue