acba9240cd
It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
9 lines
220 B
Nix
9 lines
220 B
Nix
{stdenv, fetchurl}: stdenv.mkDerivation {
|
|
name = "cua-mode-2.10";
|
|
builder = ./builder.sh;
|
|
src = fetchurl {
|
|
url = http://tarballs.nixos.org/cua-mode-2.10.el;
|
|
md5 = "5bf5e43f5f38c8383868c7c6c5baca09";
|
|
};
|
|
}
|