switch to current intellij eap
This commit is contained in:
parent
80a0b00072
commit
c372ac3853
16
common.nix
16
common.nix
@ -103,14 +103,14 @@
|
|||||||
] ++ (with aspellDicts; [ en de fr nl ]);
|
] ++ (with aspellDicts; [ en de fr nl ]);
|
||||||
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: rec {
|
nixpkgs.config.packageOverrides = pkgs: rec {
|
||||||
# idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
|
idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
|
||||||
# name = "idea-community-${version}";
|
name = "idea-community-${version}";
|
||||||
# version = "15.eap";
|
version = "15.eap";
|
||||||
# src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
# url = "https://download.jetbrains.com/idea/ideaIC-143.870.1.tar.gz";
|
url = "https://download.jetbrains.com/idea/ideaIC-143.1453.5.tar.gz";
|
||||||
# sha256 = "1k75x2an0wykcw0f9nwxd6qzmb0yazskai6ab1k5b86g3ias1m2r";
|
sha256 = "ab784deb5557e0de38cd56f0109eec935edf7c7df343c3bc7a28318bbd6de159";
|
||||||
# };
|
};
|
||||||
# });
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowTexliveBuilds = true;
|
nixpkgs.config.allowTexliveBuilds = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user