Update README.md
This commit is contained in:
parent
884d44a4e0
commit
f4d6cac8ba
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in a new issue