Skip to content

nushellPlugins.plot: init at 0.103.0-unstable-2025-06-11#420202

Draft
timon-schelling wants to merge 1 commit into
NixOS:masterfrom
timon-schelling:init-nushellPlugins-plot
Draft

nushellPlugins.plot: init at 0.103.0-unstable-2025-06-11#420202
timon-schelling wants to merge 1 commit into
NixOS:masterfrom
timon-schelling:init-nushellPlugins-plot

nushellPlugins.plot: init at 0.103.0-unstable-2025-06-11

49f5a9e
Select commit
Loading
Failed to load commit list.
OfBorg / nushellPlugins.plot, nushellPlugins.plot.passthru.tests on aarch64-darwin skipped Jul 4, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on aarch64-darwin: nushellPlugins.plot, nushellPlugins.plot.passthru.tests

Details

Partial log

                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.