From 12daec40754199f37044d32ff5e221d7dbee6523 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 13 Mar 2023 07:43:54 +0100 Subject: [PATCH] Update outdated todo This won't be fixed, I have another workflow. --- home/packages/custom/project/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/packages/custom/project/default.nix b/home/packages/custom/project/default.nix index 373d4c0..a214371 100644 --- a/home/packages/custom/project/default.nix +++ b/home/packages/custom/project/default.nix @@ -21,7 +21,7 @@ in writeShellApplication { text = '' #!bash/bin/bash # This script will create a new tmux session (or attach existing) - # TODO/NOTE: Does not yet start nix shells, something for future once I figured it out. + # NOTE: Does not start nix shells, as this would maybe download stuff, I start them on my own on demand. session="project-''${1/\./-/}" # Only create session if not already exists