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
ps3-disc-dumper: 3.2.3 -> 4.2.5, .NET 6 -> 9 (#361506)
[NixPkgs.git]
/
pkgs
/
development
/
tools
/
analysis
/
tflint-plugins
/
default.nix
blob
960bd8c8181a637de083cb739d12b4f012d1a25b
1
{ callPackage, ... }:
2
{
3
tflint-ruleset-aws = callPackage ./tflint-ruleset-aws.nix { };
4
tflint-ruleset-google = callPackage ./tflint-ruleset-google.nix { };
5
}