nix
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
error:
… while evaluating attribute 'drv'
at /nix/store/kwli1syc3yhl69wcl9690i8gwbawsj8x-filnix-experiment-0.13.3/lib/experiment/planner.nix:14:3:
13| {14| drv = p.drvPath;
| ^
15| name = p.name;
… while evaluating the attribute 'drvPath'
at /nix/store/bq2pgpxhb90f3pwjx314q6yiq715h5l5-source/lib/customisation.nix:418:7:
417| // {418| drvPath =
| ^
419| assert condition;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Package ‘luajit-2.1.1741730670’ in /nix/store/bq2pgpxhb90f3pwjx314q6yiq715h5l5-source/pkgs/development/interpreters/luajit/default.nix:152 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=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 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.
GC Warning: Failed to expand heap by 4194304 KiB
error:
… while evaluating attribute 'drv'
at /nix/store/kwli1syc3yhl69wcl9690i8gwbawsj8x-filnix-experiment-0.13.3/lib/experiment/planner.nix:14:3:
13| {14| drv = p.drvPath;
| ^
15| name = p.name;
… while evaluating the attribute 'drvPath'
at /nix/store/v6qimm3cini04i1g7ygyhk1kxmqafxz9-source/lib/customisation.nix:418:7:
417| // {418| drvPath =
| ^
419| assert condition;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Package ‘positron-bin-2025.07.0-204’ in /nix/store/v6qimm3cini04i1g7ygyhk1kxmqafxz9-source/pkgs/by-name/po/positron-bin/package.nix:134 has an unfree license (‘elastic20’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNFREE=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 set
{ nixpkgs.config.allowUnfree = true; }in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["positron-bin"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }to ~/.config/nixpkgs/config.nix.
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
error:
… while evaluating attribute 'drv'
at /nix/store/kwli1syc3yhl69wcl9690i8gwbawsj8x-filnix-experiment-0.13.3/lib/experiment/planner.nix:14:3:
13| {14| drv = p.drvPath;
| ^
15| name = p.name;
… while evaluating the attribute 'drvPath'
at /nix/store/sl2j6ilva90k2wflh33wxdjcb6cp1y5m-source/lib/customisation.nix:418:7:
417| // {418| drvPath =
| ^
419| assert condition;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Package ‘freeimage-3.18.0-unstable-2024-04-18’ in /nix/store/sl2j6ilva90k2wflh33wxdjcb6cp1y5m-source/pkgs/by-name/fr/freeimage/package.nix:114 is marked as insecure, refusing to evaluate.
Known issues:
- CVE-2024-31570
- CVE-2024-28584
- CVE-2024-28583
- CVE-2024-28582
- CVE-2024-28581
- CVE-2024-28580
- CVE-2024-28579
- CVE-2024-28578
- CVE-2024-28577
- CVE-2024-28576
- CVE-2024-28575
- CVE-2024-28574
- CVE-2024-28573
- CVE-2024-28572
- CVE-2024-28571
- CVE-2024-28570
- CVE-2024-28569
- CVE-2024-28568
- CVE-2024-28567
- CVE-2024-28566
- CVE-2024-28565
- CVE-2024-28564
- CVE-2024-28563
- CVE-2024-28562
- CVE-2024-9029
- CVE-2023-47996
- CVE-2023-47994
- CVE-2023-47993
- CVE-2023-47992
- CVE-2021-40265
- CVE-2021-40264
- CVE-2021-40262
- CVE-2020-24294
- CVE-2020-21426
- CVE-2019-12214
- CVE-2019-12212
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 ‘freeimage-3.18.0-unstable-2024-04-18’ to
`nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
like so:
{nixpkgs.config.permittedInsecurePackages = [
"freeimage-3.18.0-unstable-2024-04-18"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
‘freeimage-3.18.0-unstable-2024-04-18’ to `permittedInsecurePackages` in
~/.config/nixpkgs/config.nix, like so:
{permittedInsecurePackages = [
"freeimage-3.18.0-unstable-2024-04-18"
];
}
GC Warning: Failed to expand heap by 4194304 KiB
End of log