Update README.md
This commit is contained in:
parent
0084108bb0
commit
93e283d214
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -1,3 +1,12 @@
|
|||
# cold-java
|
||||
|
||||
fully reproducible java environment for developers
|
||||
fully reproducible java environment for developers
|
||||
|
||||
### TODO
|
||||
- fix the flake error in which ECF is being pulled instead of the -bin variant of intellij
|
||||
|
||||
### usage:
|
||||
```shell
|
||||
$ nix-shell
|
||||
```
|
||||
then assuming that intellij is installed via nix, just call it from that shell
|
||||
Loading…
Reference in a new issue