nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 7 lines 118 B view raw
1{ 2 callPackage, 3}: 4{ 5 python-path = callPackage ./python-path.nix { }; 6 modules = callPackage ./modules.nix { }; 7}