diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index b94f0dc..50ae168 100644 --- a/common/default.nix +++ b/common/default.nix | |||
@@ -25,4 +25,7 @@ inputs: | |||
25 | }) | 25 | }) |
26 | inputs.nur.overlay | 26 | inputs.nur.overlay |
27 | ]; | 27 | ]; |
28 | |||
29 | nix.registry = with lib; | ||
30 | mapAttrs (name: value: { flake = value; }) inputs; | ||
28 | } | 31 | } |