mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
add nix highligh
This commit is contained in:
17
tests/syntax-tests/source/nix/test.nix
Normal file
17
tests/syntax-tests/source/nix/test.nix
Normal file
@@ -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