Enable unstable channel and install IDEA from unstable
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
inputs:
|
||||
{ pkgs, ... }: {
|
||||
{ pkgs, pkgs-unstable, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
vim
|
||||
@ -27,7 +27,7 @@ inputs:
|
||||
direnv
|
||||
|
||||
#idea.idea-community
|
||||
jetbrains.idea-ultimate
|
||||
unstable.jetbrains.idea-community
|
||||
|
||||
dbeaver
|
||||
];
|
||||
|
Reference in New Issue
Block a user