tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
development
/
tools
/
analysis
/
tflint-plugins
/
default.nix
at
netboot-syslinux-multiplatform
3 lines
91 B
view raw
1
{
callPackage
,
.
.
.
}:
{
2
tflint-ruleset-aws
=
callPackage
./tflint-ruleset-aws.nix
{
}
;
3
}