jetbrains.{idea,pycharm}-community-src: 2025.1.1.1 -> 2025.1.2#419284
Closed
NyCodeGHG wants to merge 2 commits into
Closed
jetbrains.{idea,pycharm}-community-src: 2025.1.1.1 -> 2025.1.2#419284NyCodeGHG wants to merge 2 commits into
NyCodeGHG wants to merge 2 commits into
OfBorg / jetbrains, jetbrains.idea-community-src, jetbrains.idea-community-src.passthru.tests, jetbrains.passthru.tests, jetbrains.pycharm-community-src, jetbrains.pycharm-community-src.passthru.tests on x86_64-darwin
succeeded
Aug 5, 2025 in 0s
Success
Attempted: jetbrains.idea-community-src.passthru.tests, jetbrains.pycharm-community-src.passthru.tests
The following builds were skipped because they don't evaluate on x86_64-darwin: jetbrains, jetbrains.idea-community-src, jetbrains.passthru.tests, jetbrains.pycharm-community-src
Details
Partial log
then pass `--impure` in order to allow use of environment variables.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Loading