failed attributes
| status |
attribute |
duration |
| failed eval |
aarch64-darwin.pkgs-but
|
— |
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7 …
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/lib/customisation.nix:416:13:
415| drvPath =
416| assert condition;
| ^
417| drv.drvPath;
… while evaluating the attribute 'handled'
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/pkgs/stdenv/generic/check-meta.nix:727:9:
726| valid = "no";
727| handled = handle {
| ^
728| inherit attrs meta;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'but-0.21.0' in /nix/store/h84gf3axlp9jjzdlykzi65qa5j3w7xa8-source/packages/but/package.nix:78 because it has an unfree license (‘Functional Source License, Version 1.1, MIT Future License’)
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) [
"but"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
|
| failed eval |
aarch64-linux.pkgs-but
|
— |
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7 …
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/lib/customisation.nix:416:13:
415| drvPath =
416| assert condition;
| ^
417| drv.drvPath;
… while evaluating the attribute 'handled'
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/pkgs/stdenv/generic/check-meta.nix:727:9:
726| valid = "no";
727| handled = handle {
| ^
728| inherit attrs meta;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'but-0.21.0' in /nix/store/h84gf3axlp9jjzdlykzi65qa5j3w7xa8-source/packages/but/package.nix:78 because it has an unfree license (‘Functional Source License, Version 1.1, MIT Future License’)
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) [
"but"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
|
| failed eval |
aarch64-linux.pkgs-gitbutler
|
— |
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7 …
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/lib/customisation.nix:416:13:
415| drvPath =
416| assert condition;
| ^
417| drv.drvPath;
… while evaluating the attribute 'handled'
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/pkgs/stdenv/generic/check-meta.nix:727:9:
726| valid = "no";
727| handled = handle {
| ^
728| inherit attrs meta;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'gitbutler-0.21.0' in /nix/store/h84gf3axlp9jjzdlykzi65qa5j3w7xa8-source/packages/gitbutler/package.nix:151 because it has an unfree license (‘fsl11Mit’)
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) [
"gitbutler"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
|
| failed eval |
x86_64-darwin
|
— |
error:
… in the left operand of the update (//) operator
at /var/lib/nixbot/worktrees/71-e043b5a6b8b0-a9e44b06/flake.nix:109:9:
108| …
error:
… in the left operand of the update (//) operator
at /var/lib/nixbot/worktrees/71-e043b5a6b8b0-a9e44b06/flake.nix:109:9:
108| system:
109| lib.mapAttrs' (name: pkg: lib.nameValuePair "pkgs-${name}" pkg) packages.${system}
| ^
110| // lib.genAttrs checkNames (
… while calling the 'listToAttrs' builtin
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/lib/attrsets.nix:1055:23:
1054| */
1055| mapAttrs' = f: set: listToAttrs (mapAttrsToList f set);
| ^
1056|
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Nixpkgs 26.11 has dropped support for x86_64-darwin.
The 26.05 stable branch still supports x86_64-darwin, and will
receive security fixes until the end of 2026. If you use channels,
you can switch to 26.05 as follows:
$ sudo nix-channel --add https://nixos.org/channels/nixpkgs-26.05-darwin nixpkgs
$ sudo nix-channel --update
If this doesn’t work, you may need to run:
# Lack of sudo is deliberate:
$ nix-channel --remove nixpkgs
If you use flakes, switch your flake input:
inputs.nixpkgs = {
url = "github:NixOS/nixpkgs/nixpkgs-26.05-darwin";
};
See the release notes for more information and alternatives:
https://nixos.org/manual/nixpkgs/unstable/release-notes#x86_64-darwin-26.11
|
| failed eval |
x86_64-linux.pkgs-but
|
— |
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7 …
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/lib/customisation.nix:416:13:
415| drvPath =
416| assert condition;
| ^
417| drv.drvPath;
… while evaluating the attribute 'handled'
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/pkgs/stdenv/generic/check-meta.nix:727:9:
726| valid = "no";
727| handled = handle {
| ^
728| inherit attrs meta;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'but-0.21.0' in /nix/store/h84gf3axlp9jjzdlykzi65qa5j3w7xa8-source/packages/but/package.nix:78 because it has an unfree license (‘Functional Source License, Version 1.1, MIT Future License’)
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) [
"but"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
|
| failed eval |
x86_64-linux.pkgs-gitbutler
|
— |
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7 …
error:
… in the condition of the assert statement
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/lib/customisation.nix:416:13:
415| drvPath =
416| assert condition;
| ^
417| drv.drvPath;
… while evaluating the attribute 'handled'
at «github:NixOS/nixpkgs/716c7a2664ca8325617b8a7fbb609273f2c4cae7?narHash=sha256-zbcZ1dmBTPfJ7Mlqh/yLEPGpgJnwuv4Xr1xucy2WqMA%3D»/pkgs/stdenv/generic/check-meta.nix:727:9:
726| valid = "no";
727| handled = handle {
| ^
728| inherit attrs meta;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'gitbutler-0.21.0' in /nix/store/h84gf3axlp9jjzdlykzi65qa5j3w7xa8-source/packages/gitbutler/package.nix:151 because it has an unfree license (‘fsl11Mit’)
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) [
"gitbutler"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
|