mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 19:29:36 +01:00
parent
d02069772d
commit
ee06da923b
4 changed files with 30 additions and 26 deletions
|
|
@ -74,6 +74,10 @@ let pkgs = rec {
|
|||
'';
|
||||
|
||||
bash = shell;
|
||||
bashInteractive = runCommand "bash" {} ''
|
||||
mkdir -p $out/bin
|
||||
ln -s ${shell} $out/bin/bash
|
||||
'';
|
||||
|
||||
# ruby "interpreter" that outputs "$@"
|
||||
ruby = runCommand "ruby" {} ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue