nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 13 lines 267 B view raw
1{ lib }: 2 3{ 4 pname = "musl"; 5 6 meta = with lib; { 7 description = "Efficient, small, quality libc implementation"; 8 homepage = "https://musl.libc.org"; 9 license = licenses.mit; 10 teams = [ teams.minimal-bootstrap ]; 11 platforms = platforms.unix; 12 }; 13}