[Nix-dev] Re: [Nix-commits] SVN commit: nix - 16296 [..] description of sourceByName, bleedingEdgeRepos ...

Marc Weber marco-oweber at gmx.de
Tue Jul 14 16:14:49 CEST 2009


> stdenv.mkDerivation {
>   src = bleedingEdgeSource {
>     url = ..; type = ..; groups = "..";
>     snapshot = fetchurl { ... };
>   };
> }

__SOURCE_LOC__ is not necessary. the nrm tool could grep nixpkgs for a
keyword as well such as src = bleedingEdgSource {..} to fill in the
updated contens.

So I'll add this to my todo list. Howewver it's not a top priority.
How to call it then? Is

src = bleedingEdgeSnapshot {
     url = ..; type = ..; groups = "..";
     snapshot = fetchurl {
       url = ..
       sha256 = ..
     }
}

a good name ?

Marc Weber



More information about the nix-dev mailing list