1 2 3 4 5 6
{ pkgs }: { academic-webpage = pkgs.callPackage ./academic-webpage { }; filtron = pkgs.callPackage ./filtron {}; }