Remove runtime inputs from custom project

Those tools are expected to be globally available.
Defining runtime input will not expose system wide versions but link
specific versions.
Updating the packages will not update within the environment as custom
project starts a tmux session with the inherited runtime inputs.
This commit is contained in:
Daniel Siepmann 2023-02-14 14:27:38 +01:00
parent 87a76115ba
commit b9c9d8f934
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,9 +1,7 @@
{
writeShellApplication,
bash,
gnused,
mycli,
tmux
gnused
}:
writeShellApplication {
@ -12,8 +10,6 @@ writeShellApplication {
runtimeInputs = [
bash
gnused
mycli
tmux
];
text = ''