feat: add file module

This commit is contained in:
technofab 2024-03-08 15:36:47 +01:00
parent 76b8053b27
commit ddfdd8d090
2 changed files with 74 additions and 0 deletions

View file

@ -4,6 +4,7 @@
submodules = ./submodules.nix;
submodule = ./submodule.nix;
helm = ./helm.nix;
files = ./files.nix;
docker = ./docker.nix;
testing = ./testing;
test = ./testing/test-options.nix;