From ae53ce5b24e6b82bd0536e68ec0d455b9af4406a Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 22 Feb 2023 23:14:28 -0800 Subject: [PATCH] [nix] add customPkgs attribute --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index 93f8286..2e0d0ef 100644 --- a/default.nix +++ b/default.nix @@ -8,6 +8,8 @@ with pkgs.lib.attrsets; with pkgs.lib.lists; with pkgs.lib.strings; rec { + customPkgs = import ./all-packages.nix; + tests = pkgs.callPackage ./tests { inherit utils; }; runtests =