mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
12 lines
209 B
Nix
12 lines
209 B
Nix
{ runCommandCC, tfk8s }:
|
|
|
|
runCommandCC "tfk8s-test-sample1" {
|
|
buildInputs = [
|
|
tfk8s
|
|
];
|
|
meta.timeout = 60;
|
|
}
|
|
''
|
|
cmp <(${tfk8s}/bin/tfk8s -f ${./input.yaml}) ${./output.tf} > $out
|
|
''
|