From b944c9722295dacbfc258331afd51def2ef16a78 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 19 Aug 2024 11:19:14 +0200 Subject: [PATCH] feat: add self to the flake registry --- configs/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/common.nix b/configs/common.nix index 63169fe..9fc037c 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -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 = {