Skip to content

[stable31] chore(deps): Update flake to NixOS 26.05#60910

Draft
backportbot[bot] wants to merge 1 commit into
stable31from
backport/60896/stable31
Draft

[stable31] chore(deps): Update flake to NixOS 26.05#60910
backportbot[bot] wants to merge 1 commit into
stable31from
backport/60896/stable31

Conversation

@backportbot
Copy link
Copy Markdown

@backportbot backportbot Bot commented Jun 1, 2026

Backport of PR #60896

Signed-off-by: provokateurin <kate@provokateurin.de>
Copy link
Copy Markdown
Member

@provokateurin provokateurin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

       error: Refusing to evaluate package 'nodejs-20.20.2' in /nix/store/i936ws2xplkqgbzkxkacqqq2dpag3ndf-source/pkgs/development/web/nodejs/nodejs.nix:689 because it is marked as insecure

       Known issues:
        - This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.

       You can install it anyway by allowing this package, using the
       following methods:

       a) To temporarily allow all insecure packages, you can use an environment
          variable for a single invocation of the nix tools:

            $ export NIXPKGS_ALLOW_INSECURE=1

          Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
                then pass `--impure` in order to allow use of environment variables.

       b) for `nixos-rebuild` you can add ‘nodejs-20.20.2’ to
          `nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
          like so:

            {
              nixpkgs.config.permittedInsecurePackages = [
                "nodejs-20.20.2"
              ];
            }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
          ‘nodejs-20.20.2’ to `permittedInsecurePackages` in
          ~/.config/nixpkgs/config.nix, like so:

            {
              permittedInsecurePackages = [
                "nodejs-20.20.2"
              ];
            }

@provokateurin provokateurin marked this pull request as draft June 1, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant