From e814157437c11e87d6d05064a267aa1b97bddc41 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Sun, 26 Nov 2023 08:56:48 +0400 Subject: [PATCH] fix config attributes contrain for function imports --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 23f359f..1e3cf1c 100644 --- a/flake.nix +++ b/flake.nix @@ -67,7 +67,7 @@ then import m (constrainConfigArgs args') else if builtins.isFunction m - then constrainConfigArgs args' + then m (constrainConfigArgs args') else m)) ) v