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/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:14:3: 13| { 14| drv = p.drvPath; | ^ 15| name = p.name; … while evaluating the attribute 'drvPath' at /nix/store/z4jhb5yjdafigbic5z5z7ip8ssn9ghyc-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 ‘gtk+3-3.24.49’ in /nix/store/z4jhb5yjdafigbic5z5z7ip8ssn9ghyc-source/pkgs/development/libraries/gtk/3.x.nix:261 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/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:14:3: 13| { 14| drv = p.drvPath; | ^ 15| name = p.name; … while evaluating the attribute 'drvPath' at /nix/store/2jja105p8jky9628m7b23l9dv8qshd51-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 ‘gtk+3-3.24.49’ in /nix/store/2jja105p8jky9628m7b23l9dv8qshd51-source/pkgs/development/libraries/gtk/3.x.nix:261 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 GC Warning: Failed to expand heap by 4194304 KiB error: … while evaluating attribute 'drv' at /nix/store/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:14:3: 13| { 14| drv = p.drvPath; | ^ 15| name = p.name; … while evaluating the attribute 'drvPath' at /nix/store/mydslvfxmzvpagyhv3xba9grd34mq3ji-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 ‘hiawatha-11.7’ in /nix/store/mydslvfxmzvpagyhv3xba9grd34mq3ji-source/pkgs/by-name/hi/hiawatha/package.nix:73 is marked as insecure, refusing to evaluate. Known issues: - CVE-2025-57783: request smuggling - CVE-2025-57784: local authentication bypass - CVE-2025-57785: double free, possible arbitrary code execution 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 ‘hiawatha-11.7’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "hiawatha-11.7" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘hiawatha-11.7’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "hiawatha-11.7" ]; } 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/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:14:3: 13| { 14| drv = p.drvPath; | ^ 15| name = p.name; … while evaluating the attribute 'drvPath' at /nix/store/0grjy90f2ivry2yvz1xd8p58q7wg127p-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 ‘gnutls-3.8.9’ in /nix/store/0grjy90f2ivry2yvz1xd8p58q7wg127p-source/pkgs/development/libraries/gnutls/default.nix:250 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/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:14:3: 13| { 14| drv = p.drvPath; | ^ 15| name = p.name; … while evaluating the attribute 'drvPath' at /nix/store/82fy7x1kvh0fpaj2824739nji06l49aw-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 ‘gtk4-4.18.6’ in /nix/store/82fy7x1kvh0fpaj2824739nji06l49aw-source/pkgs/development/libraries/gtk/4.x.nix:284 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/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:14:3: 13| { 14| drv = p.drvPath; | ^ 15| name = p.name; … while evaluating the attribute 'drvPath' at /nix/store/33jic9clczydw5rzak2qb3bjymifbh1h-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 ‘gnutls-3.8.9’ in /nix/store/33jic9clczydw5rzak2qb3bjymifbh1h-source/pkgs/development/libraries/gnutls/default.nix:250 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/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:14:3: 13| { 14| drv = p.drvPath; | ^ 15| name = p.name; … while evaluating the attribute 'drvPath' at /nix/store/i1j5l1b144025kgf2m858cgndlxw192k-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 ‘gtk+3-3.24.49’ in /nix/store/i1j5l1b144025kgf2m858cgndlxw192k-source/pkgs/development/libraries/gtk/3.x.nix:261 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/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:14:3: 13| { 14| drv = p.drvPath; | ^ 15| name = p.name; … while evaluating the attribute 'drvPath' at /nix/store/wjcz1ws5k9npg5av4gjxn01lrgg1sqr9-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 ‘gnutls-3.8.9’ in /nix/store/wjcz1ws5k9npg5av4gjxn01lrgg1sqr9-source/pkgs/development/libraries/gnutls/default.nix:250 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 GC Warning: Failed to expand heap by 4194304 KiB GC Warning: Failed to expand heap by 4194304 KiB