tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xonsh: add shellPath passthru
zimbatm.tngl.sh
9 years ago
a9f42f63
53060e5b
+4
1 changed file
expand all
collapse all
unified
split
pkgs
shells
xonsh
default.nix
+4
pkgs/shells/xonsh/default.nix
···
41
maintainers = with maintainers; [ spwhitt garbas ];
42
platforms = platforms.all;
43
};
0
0
0
0
44
}
···
41
maintainers = with maintainers; [ spwhitt garbas ];
42
platforms = platforms.all;
43
};
44
+
45
+
passthru = {
46
+
shellPath = "/bin/xonsh";
47
+
};
48
}