[nix] add customPkgs attribute
This commit is contained in:
parent
642f8e9793
commit
ae53ce5b24
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ with pkgs.lib.attrsets;
|
||||||
with pkgs.lib.lists;
|
with pkgs.lib.lists;
|
||||||
with pkgs.lib.strings;
|
with pkgs.lib.strings;
|
||||||
rec {
|
rec {
|
||||||
|
customPkgs = import ./all-packages.nix;
|
||||||
|
|
||||||
tests = pkgs.callPackage ./tests { inherit utils; };
|
tests = pkgs.callPackage ./tests { inherit utils; };
|
||||||
|
|
||||||
runtests =
|
runtests =
|
||||||
|
|
Loading…
Add table
Reference in a new issue