6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "willdoescode";
14 sha256 = "sha256-4x92r6V9AvEO88gFofPTUt+mS7ZhmptDn/8O4pizSRg=";
17 cargoSha256 = "sha256-Am4HmfmhskKxcp1iWod5z3caHwsdo31qCaVi0UxTXAg=";
20 description = "the 'ls' replacement you never knew you needed";
21 homepage = "https://github.com/willdoescode/nat";
22 license = licenses.mit;
23 maintainers = with maintainers; [ msfjarvis ];