nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 18 lines 326 B view raw view rendered
1# Name-based Tcl package directories 2 3The structure of this directory is identical to the one described in 4[/pkgs/by-name/README.md](../../../by-name/README.md). 5The only difference is the scope: 6 7```nix 8{ 9 lib, 10 # You can get tclPackages attributes directly 11 mkTclDerivation, 12 tcllib, 13}: 14 15mkTclDerivation { 16 # ... 17} 18```