gitbutler 0 -> 1 attrpath: gitbutler Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/02a5li7inqxcp0mfsvnc9zinl5s536hm-packages.json.drv building '/nix/store/02a5li7inqxcp0mfsvnc9zinl5s536hm-packages.json.drv'... Going to be running update for following packages: - gitbutler-0.12.16 Press Enter key to continue... Running update for: - gitbutler-0.12.16: UPDATING ... - gitbutler-0.12.16: ERROR --- SHOWING ERROR LOG FOR gitbutler-0.12.16 ---------------------- error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/gitbutler/lib/customisation.nix:365:17: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/gitbutler/pkgs/stdenv/generic/check-meta.nix:507:7: 506| # or, alternatively, just output a warning message. 507| handled = | ^ 508| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘gitbutler-0.12.20’ in /var/cache/nixpkgs-update/worker/worktree/gitbutler/pkgs/by-name/gi/gitbutler/package.nix:181 has an unfree license (‘fsl11Mit’), 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) [ "gitbutler" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. Traceback (most recent call last): File "/nix/store/3nkilli3nzvmjm0c0nnhfh8rm2vxhicv-nix-update-1.5.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/3nkilli3nzvmjm0c0nnhfh8rm2vxhicv-nix-update-1.5.0/lib/python3.12/site-packages/nix_update/__init__.py", line 303, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/3nkilli3nzvmjm0c0nnhfh8rm2vxhicv-nix-update-1.5.0/lib/python3.12/site-packages/nix_update/update.py", line 482, in update update_cargo_lock(opts, package.filename, package.cargo_lock) File "/nix/store/3nkilli3nzvmjm0c0nnhfh8rm2vxhicv-nix-update-1.5.0/lib/python3.12/site-packages/nix_update/update.py", line 169, in update_cargo_lock res = run( ^^^^ File "/nix/store/3nkilli3nzvmjm0c0nnhfh8rm2vxhicv-nix-update-1.5.0/lib/python3.12/site-packages/nix_update/utils.py", line 37, in run return subprocess.run( ^^^^^^^^^^^^^^^ File "/nix/store/04gg5w1s662l329a8kh9xcwyp0k64v5a-python3-3.12.4/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix', 'build', '--out-link', '/tmp/tmp91bd5a4w/result', '--impure', '--print-out-paths', '--expr', '\n(import "/var/cache/nixpkgs-update/worker/worktree/gitbutler" (if (builtins.hasAttr "config" (builtins.functionArgs (import "/var/cache/nixpkgs-update/worker/worktree/gitbutler"))) then { config.checkMeta = false; overlays = []; } else { }))."gitbutler".overrideAttrs (old: {\n cargoDeps = null;\n postUnpack = \'\'\n cp -r "$sourceRoot/${old.cargoRoot or "."}/Cargo.lock" $out\n exit\n \'\';\n outputs = [ "out" ];\n separateDebugInfo = false;\n})\n', '--extra-experimental-features', 'flakes nix-command']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR gitbutler-0.12.16 ---------------------- The update script for gitbutler-0.12.16 failed with exit code 1