Enable unstable channel and install IDEA from unstable

This commit is contained in:
2023-10-29 09:30:47 +01:00
parent 6ccae64edf
commit 78f7322c76
3 changed files with 12 additions and 3 deletions

View File

@ -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
];