Personal Nix setup
at main 94 B view raw
1inputs: { 2 genCerts = { 3 type = "app"; 4 program = import ./genCerts.nix inputs; 5 }; 6}