Update README.md

This commit is contained in:
千住柱間 2025-08-15 17:09:51 +00:00
commit f4d6cac8ba

View file

@ -13,4 +13,10 @@ after that, you'll have everything installed, and you can just call : <br>
$ 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.
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 : <br>
in the same folder as the ```flake.nix```
```shell
$ doas nix develop --profile /nix/var/nix/profiles/per-user/root/my_flake
```