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
nixpkgs.nix
$ update-nix-fetchgit --verbose nixpkgs.nix Updating https://github.com/NixOS/nixpkgs/archive/543c453c8acd8a691a7bcd355acffa08e2db8a84.tar.gz Made 2 updates
This points to some old commit not even in nixpkgs, I don't get what's going on - NixOS/nixpkgs@543c453
@ nixpkgs.nix:4 @ let nixpkgsSrc = builtins.fetchTarball { url = - "https://github.com/NixOS/nixpkgs/archive/3561ed6953f96e2178142b04413d200be94e281d.tar.gz"; # master - sha256 = "1lsg2dw4ifilywis3638023h4c8b073k2v56qzqqkhl7jkaiphbk"; + "https://github.com/NixOS/nixpkgs/archive/543c453c8acd8a691a7bcd355acffa08e2db8a84.tar.gz"; # master + sha256 = "0fv4zcjjcvv2man5f9jszrampqw2s7r5n2cvg07db5am4hksj3q0"; };
Maybe #53 could help.
The text was updated successfully, but these errors were encountered:
AH, it's because master is some ancient tag in nixpkgs. You want url = ... # refs/heads/master
master
url = ... # refs/heads/master
There could certainly be a warning or something for this though!!
Sorry, something went wrong.
(although in the case of nixpkgs, imo these tags should be removed)
No branches or pull requests
This points to some old commit not even in nixpkgs, I don't get what's going on - NixOS/nixpkgs@543c453
Maybe #53 could help.
The text was updated successfully, but these errors were encountered: