mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-23 22:19:33 +01:00
switch to idea-ultimate
This commit is contained in:
parent
e951dae448
commit
c6bf8a6d9d
@ -1,10 +1,11 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
version = (
|
# version = (
|
||||||
if (config.nixpkgs.config.allowUnfree)
|
# if (config.nixpkgs.config.allowUnfree)
|
||||||
then "idea-ultimate"
|
# then "idea-ultimate"
|
||||||
else "idea-community"
|
# else "idea-community"
|
||||||
);
|
# );
|
||||||
|
version = "idea-ultimate";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Integrated Development Environment (IDE).
|
# Integrated Development Environment (IDE).
|
||||||
@ -13,6 +14,10 @@ in
|
|||||||
# - .env run configuration: https://github.com/NixOS/nix-idea/issues/1#issuecomment-590851686
|
# - .env run configuration: https://github.com/NixOS/nix-idea/issues/1#issuecomment-590851686
|
||||||
# - nix-shell IDE-wide: https://github.com/NixOS/nix-idea/issues/1#issuecomment-734997521
|
# - nix-shell IDE-wide: https://github.com/NixOS/nix-idea/issues/1#issuecomment-734997521
|
||||||
|
|
||||||
|
allowUnfree = [
|
||||||
|
version
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# System-wide installation makes python available as:
|
# System-wide installation makes python available as:
|
||||||
# /run/current-system/sw/bin/python3
|
# /run/current-system/sw/bin/python3
|
||||||
|
Loading…
Reference in New Issue
Block a user