- blockdiag - simple diagram images generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was generated by go2nix. | |
with import <nixpkgs> {}; | |
with go16Packages; | |
buildGoPackage rec { | |
name = "consul-${version}"; | |
version = "20160405-${stdenv.lib.strings.substring 0 7 rev}"; | |
rev = "711d7a0ad41df91412fd61cac5336b64aeea4e88"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
allowUnfree = true; | |
# if you use firefox, coinfigure it here | |
firefox = { | |
enableGoogleTalkPlugin = true; | |
enableAdobeFlash = true; | |
enableBluejeans = true; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was generated by https://github.com/kamilchm/go2nix v2.0-dev | |
{ stdenv, buildGoPackage, fetchFromGitHub }: | |
buildGoPackage rec { | |
name = "rabbitmq_exporter-unstable-${version}"; | |
version = "2017-12-02"; | |
goPackagePath = "github.com/kbudde/rabbitmq_exporter"; | |
src = fetchFromGitHub { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs> {}; | |
let | |
jdk = openjdk; | |
node = nodejs-10_x; | |
sdk = androidenv.androidsdk { | |
platformVersions = [ "23" ]; | |
abiVersions = [ "x86" ]; | |
useGoogleAPIs = true; | |
useExtraSupportLibs = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Definitions. | |
WHITESPACE = [\s\t\n\r] | |
NAME = [_A-Za-z0-9] | |
QUOTED = \"[^\"]*\" | |
KEYWORD = query|mutation|fragment|on | |
ASSIGN = : | |
COMMA = , | |
SPREAD = \.\.\. |
OlderNewer