feat: add self to the flake registry

This commit is contained in:
uku 2024-08-19 11:19:14 +02:00
parent 6583145a63
commit b944c97222
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -3,6 +3,7 @@
pkgs,
config,
_utils,
self,
nixpkgs,
agenix,
home-manager,
@ -102,6 +103,7 @@ in {
in {
inherit n;
nixpkgs = n;
u.flake = self;
};
settings = {