mirror of
https://github.com/sharkdp/bat
synced 2026-07-30 18:11:44 +00:00
add nix highligh
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ 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
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user