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