We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the requirements.txt has new version
srghma/khan-dl@dea8935#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552R15
I have tried to override version manually, but couldnt
srghma/khan-dl@dea8935#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R25-R28
nix flake update nix build
cat ./result/nix-support/propagated-build-inputs should show that version of yt-dlp is 2023.07.06
cat ./result/nix-support/propagated-build-inputs
2023.07.06
cat ./result/nix-support/propagated-build-inputs should show that version of yt-dlp is 2023.3.4
2023.3.4
/nix/store/bm1a8y0fvq8iqmh9kq8xr1v4nkvn3yc0-python3.9-art-5.9 /nix/store/5dnzmq5r0zf65wh7cni2prca7yzjc3ii-python3.9-beautifulsoup4-4.12.2 /nix/store/fjd3d3v7fhvas93vvarc05d7xdm229vi-python3.9-lxml-4.9.2 /nix/store/x4ajqm32i6kv664r0cpzrsbmdcga2a3n-python3.9-prompt-toolkit-3.0.38 /nix/store/amgziqm1dsirg2k707ai060r3y32gaqb-python3.9-requests-2.31.0 /nix/store/llfnhfxzi75xhl54k1kx5nig6vz82pn4-python3.9-yt-dlp-2023.3.4 /nix/store/x24kxyqwqg2ln8kh9ky342kdcmhbng3h-python3-3.9.9
The text was updated successfully, but these errors were encountered:
when I change smth in flake.nix (eg add packagesExtra = [ (mach.buildPythonPackage ... ] and there is an error
packagesExtra = [ (mach.buildPythonPackage ... ]
Expected:
nix build should throw error nix develop should throw error
Actual:
nix build doesnt throw error nix develop throws error
Sorry, something went wrong.
No branches or pull requests
the requirements.txt has new version
srghma/khan-dl@dea8935#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552R15
I have tried to override version manually, but couldnt
srghma/khan-dl@dea8935#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R25-R28
How to reproduce
Expected
cat ./result/nix-support/propagated-build-inputs
should show that version of yt-dlp is2023.07.06
Actual
cat ./result/nix-support/propagated-build-inputs
should show that version of yt-dlp is2023.3.4
The text was updated successfully, but these errors were encountered: