8 stdenvNoCC.mkDerivation {
10 version = "1.0.0-unstable-2018-09-14";
12 src = fetchFromGitHub {
15 # Upstream has no tagged version
16 rev = "27e5f0f87ddc4c9b58fe02a68e83a601078ebb43";
17 hash = "sha256-2nudiUh8B5tSg3TeKh1FEJaf8MJ18/IkYikFD07c4Pw=";
23 mv undollar.js $out/bin/$
24 substituteInPlace $out/bin/$ \
25 --replace-fail "/usr/bin/env node" "${lib.getExe nodejs}"
30 description = "eats the dollar sign in the command you just pasted into your terminal";
32 homepage = "https://github.com/xtyrrell/undollar";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ pyrox0 ];
35 inherit (nodejs.meta) platforms;