From 7f2190db7429ddd40a544e298c21ffe3edf65517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Reyrol?= Date: Mon, 15 Jan 2024 11:02:31 +0100 Subject: [PATCH] fix(users/gael): use unstable channel for jetbrains --- users/gael/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/gael/home.nix b/users/gael/home.nix index 0a47cef..19da5d7 100644 --- a/users/gael/home.nix +++ b/users/gael/home.nix @@ -43,7 +43,7 @@ vscodium # https://nixos.wiki/wiki/Jetbrains_Tools # https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/jetbrains/plugins/plugins.json - (jetbrains.plugins.addPlugins jetbrains.phpstorm [ + (unstable.jetbrains.plugins.addPlugins unstable.jetbrains.phpstorm [ "github-copilot" ]) insomnia