From 6b50f906fab34384230ff196bb03ccc8dad2354f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 15 May 2021 20:25:02 +0200 Subject: [PATCH] flake: inject 'inputs' into NixOS configuration --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f54c252..6fa7b2a 100644 --- a/flake.nix +++ b/flake.nix @@ -76,6 +76,8 @@ specialArgs = { # Use my extended lib in NixOS configuration inherit lib; + # Inject inputs to use them in global registry + inherit inputs; }; }; in