-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Make tryEval work on fetchurl #1214
Comments
Errors in |
Fair enough, so I guess we stick with the md5 collision :D
… On Feb 2, 2017, at 15:20, Eelco Dolstra ***@***.***> wrote:
Errors in builtins.fetchurl are not supposed to be catchable to ensure reproducibility of evaluations.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I don't understand what all that code is for. It looks like it's using Nix for something it's not intended for. |
I think any time you intentionally use an md5 collision in your application
logic, something is probably a bit iffy :) Basically it's all trying to use
Nix to determine if a new version is available, which by definition is not
deterministic. Maybe I should link to #520 again!
…On Thu, Feb 2, 2017 at 16:13 Eelco Dolstra ***@***.***> wrote:
I don't understand what all that code is for. It looks like it's using Nix
for something it's not intended for.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1214 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAKP2iWRjwb1LI91qecnbBFkxJiNdLUks5rYfKqgaJpZM4L1Fka>
.
|
I marked this as stale due to inactivity. → More info |
fricklerhandwerk
added
feature
Feature request or proposal
language
The Nix expression language; parser, interpreter, primops, evaluation, etc
labels
Sep 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They apparently don't work together right now which is why @aszlig went for this abomination: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/browsers/chromium/update.nix#L163-L166
cc @edolstra @shlevy for a laugh if nothing else 😄
The text was updated successfully, but these errors were encountered: