From b9c9d8f9343945c2c7b7bdcc0afaf50528df777a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 14 Feb 2023 14:27:38 +0100 Subject: [PATCH] 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. --- home/packages/custom/project/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/packages/custom/project/default.nix b/home/packages/custom/project/default.nix index 16f2061..4256769 100644 --- a/home/packages/custom/project/default.nix +++ b/home/packages/custom/project/default.nix @@ -1,9 +1,7 @@ { writeShellApplication, bash, - gnused, - mycli, - tmux + gnused }: writeShellApplication { @@ -12,8 +10,6 @@ writeShellApplication { runtimeInputs = [ bash gnused - mycli - tmux ]; text = ''