tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
dash: add shellPath passthru
zimbatm.tngl.sh
9 years ago
b5dad466
852e9c30
+4
1 changed file
expand all
collapse all
unified
split
pkgs
shells
dash
default.nix
+4
pkgs/shells/dash/default.nix
···
13
13
description = "A POSIX-compliant implementation of /bin/sh that aims to be as small as possible";
14
14
hydraPlatforms = stdenv.lib.platforms.linux;
15
15
};
16
16
+
17
17
+
passthru = {
18
18
+
shellPath = "/bin/dash";
19
19
+
};
16
20
}