mirror of
https://github.com/sharkdp/bat.git
synced 2025-11-09 19:41:55 +00:00
2.1 KiB
Vendored
2.1 KiB
Vendored
{ nixpkgs ? <nixpkgs>
, nixpkgs' ? import nixpkgs {}}: with nixpkgs';
# some comment
stdenv.mkDerivation rec {
pname = "test";
version = "0.2.3";
name = "${pname}-${version}";
buildInputs = [
gzip
bzip2
python27
];
}
, nixpkgs' ? import nixpkgs {}}: with nixpkgs';
# some comment
stdenv.mkDerivation rec {
pname = "test";
version = "0.2.3";
name = "${pname}-${version}";
buildInputs = [
gzip
bzip2
python27
];
}