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
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
tools
/
analysis
/
tflint-plugins
/
default.nix
blob
409d7d1e468453c79f59d6ffedf8571a6e897eb8
1
{ callPackage, ... }: {
2
tflint-ruleset-aws = callPackage ./tflint-ruleset-aws.nix { };
3
}