diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-19T17·54+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-20T19·47+0200 |
commit | 2d80f468d0e1571a8152af9c3835698281b1bf2f (patch) | |
tree | bb9a0d09c676a254bba3205ac0576b0e30c2db38 /packages.nix | |
parent | 8fe1795f16914806381706438c90679b851f0540 (diff) |
fix(pkgs): Use correct IntelliJ IDEA version
I actually have an Ultimate license, so I should probably use that.
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix index 0884514c8a3c..ebd98e8e8228 100644 --- a/packages.nix +++ b/packages.nix @@ -27,7 +27,7 @@ in { google-cloud-sdk htop i3lock - jetbrains.idea-community + jetbrains.idea-ultimate jq kubernetes lxappearance-gtk3 |