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, ... }:
|
||||
let
|
||||
version = (
|
||||
if (config.nixpkgs.config.allowUnfree)
|
||||
then "idea-ultimate"
|
||||
else "idea-community"
|
||||
);
|
||||
# version = (
|
||||
# if (config.nixpkgs.config.allowUnfree)
|
||||
# then "idea-ultimate"
|
||||
# else "idea-community"
|
||||
# );
|
||||
version = "idea-ultimate";
|
||||
in
|
||||
{
|
||||
# Integrated Development Environment (IDE).
|
||||
@ -13,6 +14,10 @@ in
|
||||
# - .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
|
||||
|
||||
allowUnfree = [
|
||||
version
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# System-wide installation makes python available as:
|
||||
# /run/current-system/sw/bin/python3
|
||||
|
Loading…
Reference in New Issue
Block a user