mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-13 23:28:20 +01:00
laptop: switch idea-community to unstable
This commit is contained in:
parent
f1f696f77e
commit
d941148964
1 changed files with 3 additions and 3 deletions
|
|
@ -93,17 +93,17 @@
|
|||
minetest
|
||||
# dev
|
||||
# Wrap idea-community to add libraries required for Minecraft Moddev
|
||||
stable.jetbrains.idea-community
|
||||
jetbrains.idea-community
|
||||
(mylib.appwrapper {
|
||||
inherit pkgs;
|
||||
inputpkg = stable.jetbrains.idea-community;
|
||||
inputpkg = jetbrains.idea-community;
|
||||
pkgsuffix = "mcdev-jbr17";
|
||||
libraries = with pkgs; [libpulseaudio libGL glfw openal stdenv.cc.cc.lib];
|
||||
extrapathpkgs = with pkgs; [jetbrains.jdk-no-jcef-17];
|
||||
})
|
||||
(mylib.appwrapper {
|
||||
inherit pkgs;
|
||||
inputpkg = stable.jetbrains.idea-community;
|
||||
inputpkg = jetbrains.idea-community;
|
||||
pkgsuffix = "mcdev-jbr21";
|
||||
libraries = with pkgs; [libpulseaudio libGL glfw openal stdenv.cc.cc.lib];
|
||||
extrapathpkgs = with pkgs; [jetbrains.jdk-no-jcef];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue