From f4d6cac8baf277b095912d29a8a5b9ef0fb86a25 Mon Sep 17 00:00:00 2001 From: hashirama Date: Fri, 15 Aug 2025 17:09:51 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 759f774..88e421e 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,10 @@ after that, you'll have everything installed, and you can just call :
$ idea-community ``` -but i think you'll still need to repeat this proccess everytime you want to open the IDE, because the variable paths are changed/tricked in the flake to fix some errors. \ No newline at end of file +but i think you'll still need to repeat this proccess everytime you want to open the IDE, because the variable paths are changed/tricked in the flake to fix some errors. + +### avoiding getting GC'd :
+in the same folder as the ```flake.nix``` +```shell +$ doas nix develop --profile /nix/var/nix/profiles/per-user/root/my_flake +``` \ No newline at end of file