Skip to content

Instantly share code, notes, and snippets.

@GrahamcOfBorg
Created December 31, 2024 18:00
Show Gist options
  • Save GrahamcOfBorg/3913027d83ca1c652fb90a16b5acef6f to your computer and use it in GitHub Desktop.
Save GrahamcOfBorg/3913027d83ca1c652fb90a16b5acef6f to your computer and use it in GitHub Desktop.
Failure
error:
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'nixpkgs-lib-tests'
whose name attribute is located at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:375:7
… while evaluating attribute 'paths' of derivation 'nixpkgs-lib-tests'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/tests/release.nix:23:5:
22| name = "nixpkgs-lib-tests";
23| paths = map testWithNix nixVersions;
| ^
24| }
… while evaluating derivation 'nixpkgs-lib-tests-nix-2.24.11'
whose name attribute is located at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:375:7
… while evaluating attribute 'buildInputs' of derivation 'nixpkgs-lib-tests-nix-2.24.11'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:422:7:
421| depsHostHost = elemAt (elemAt dependencies 1) 0;
422| buildInputs = elemAt (elemAt dependencies 1) 1;
| ^
423| depsTargetTarget = elemAt (elemAt dependencies 2) 0;
… while evaluating derivation 'lib-path-tests'
whose name attribute is located at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:375:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'lib-path-tests'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:419:7:
418| depsBuildBuild = elemAt (elemAt dependencies 0) 0;
419| nativeBuildInputs = elemAt (elemAt dependencies 0) 1;
| ^
420| depsBuildTarget = elemAt (elemAt dependencies 0) 2;
… while evaluating derivation 'nix-2.24.11'
whose name attribute is located at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:375:7
error: path '/nix/store/n7pwjqn4230bihzqlfxh88n5jxa5wlmw-git-2.47.0.drv' is not valid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment