From efbd489f50870db6711e0357c202ac50567a81a3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 4 Mar 2024 12:58:07 +0300 Subject: [PATCH] Add (mostly) to escape.nix --- escape.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/escape.nix b/escape.nix index 0805d9d..d9b30cb 100644 --- a/escape.nix +++ b/escape.nix @@ -1,4 +1,4 @@ -# Taken from https://github.com/nrabulinski/cursed-nix. Huge thanks! +# (Mostly) Taken from https://github.com/nrabulinski/cursed-nix. Huge thanks! lib: let startMarker = "__START__";