1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1479wv8h5l2b0cwp27vpybq50nyvszhjxmn76n2bz3fchr0lrcbp";
14 cargoHash = "sha256-47Nis3ygGAS8Zi+FiWAXNZxWsT0gkPSleSVpWz3Jss8=";
19 description = "Command-line shell like fish, but POSIX compatible";
21 homepage = "https://github.com/nuta/nsh";
22 changelog = "https://github.com/nuta/nsh/raw/v${version}/docs/changelog.md";
23 license = [ licenses.cc0 /* or */ licenses.mit ];
24 maintainers = with maintainers; [ cafkafk ];
28 shellPath = "/bin/nsh";