-
Jean-Paul Calderone authored
Put its contents in it and then use them from there instead of importing them all over the rest of the code.
Jean-Paul Calderone authoredPut its contents in it and then use them from there instead of importing them all over the rest of the code.
default.nix 269 B
rec {
make-grid = import ./make-grid.nix;
make-issuer = import ./make-issuer.nix;
make-testing = import ./make-testing.nix;
make-storage = import ./make-storage.nix;
make-monitoring = import ./make-monitoring.nix;
hardware-aws = import ./issuer-aws.nix;
}