evolive/pkgs/default.nix

7 lines
128 B
Nix
Raw Permalink Normal View History

{ pkgs, python3 }:
{
# place more custom packages here
python3Packages = pkgs.callPackage ./python { inherit python3; };
}