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
At the moment one has to type out all of
{ src = pkgs.fetchFromGitHub { owner = "foo"; repo = "bar"; rev = _; sha256 = _; }; }
and then run update-nix-fetchgit in that location. But that's a lot of typing just to tell unf "foo/bar".
Perhaps it would be a good idea to have unf be able to replace the following with the fetch expression:
{ src = "github:foo/bar"; # or taggedSrc = "github:foo/bar"; # my-tag }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment one has to type out all of
and then run update-nix-fetchgit in that location. But that's a lot of typing just to tell unf "foo/bar".
Perhaps it would be a good idea to have unf be able to replace the following with the fetch expression:
The text was updated successfully, but these errors were encountered: