repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
tools
/
analysis
/
tflint-plugins
/
default.nix
blob
1f4d50a90d107cdf313c17754437b12d70fa65cf
1
{ callPackage, ... }: {
2
tflint-ruleset-aws = callPackage ./tflint-ruleset-aws.nix { };
3
tflint-ruleset-google = callPackage ./tflint-ruleset-google.nix { };
4
}