mirror of
https://github.com/sharkdp/bat
synced 2026-08-02 18:41:42 +00:00
2.5 KiB
2.5 KiB
{ nixpkgs ? <nixpkgs>
, nixpkgs' ? import nixpkgs {}}: with nixpkgs';
# some comment
stdenv.mkDerivation rec {
pname = "test";
version = "0.2.3";
name = "${pname}-${version}";
src = ./;
buildInputs = {
gzip
bzip2
python27
};
}
, nixpkgs' ? import nixpkgs {}}: with nixpkgs';
# some comment
stdenv.mkDerivation rec {
pname = "test";
version = "0.2.3";
name = "${pname}-${version}";
src = ./;
buildInputs = {
gzip
bzip2
python27
};
}