1
0
Fork 0

[nix] add customPkgs attribute

This commit is contained in:
ibizaman 2023-02-22 23:14:28 -08:00
parent 642f8e9793
commit ae53ce5b24

View file

@ -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 =