summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-12-29 21:45:14 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-12-30 12:03:28 +1000
commita1422a7f8f12b68e307b92b7daa254f412e9ff96 (patch)
treede2c5f36e663a4bcb6d88dc3d94b60a19884004e /pkgs/development/python-modules/rangehttpserver
parent7b4bde6b2b52c226fb56a21f42bb5ccd95457dac (diff)
build-support/go: fix eval of `vendorSha256` accesses
Before the change there was no way to poll for presence of `vendorSha256` attribute: $ nix-instantiate --strict --eval --expr 'with import ./. {}; _3mux.vendorSha256 or "no hash"' error: attribute 'vendorSha256' missing 292| passthru = passthru // { inherit go goModules vendorHash; } // { inherit (args') vendorSha256; }; | ^ After the change the poll happens as expected: $ nix-instantiate --strict --eval --expr 'with import ./. {}; _3mux.vendorSha256 or "no hash"' "no hash"
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions