aboutsummaryrefslogtreecommitdiff
path: root/root
diff options
context:
space:
mode:
authorvkcku <[email protected]>2026-06-01 11:13:28 +0530
committervkcku <[email protected]>2026-06-01 11:13:28 +0530
commit799b4b51cca4ab0a120b9c411ef520fe747bb356 (patch)
tree5472f53984b83845c42833bd1f258c57b49cb34c /root
parentroot: add app to run formatter/linter treewide (diff)
root: add flake-parts flake modules
monorepo-revid: a34004d75115cf049e1613235a38975eec78fdd3
Diffstat (limited to 'root')
-rw-r--r--root/nix/modules.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/root/nix/modules.nix b/root/nix/modules.nix
new file mode 100644
index 0000000..691ae5c
--- /dev/null
+++ b/root/nix/modules.nix
@@ -0,0 +1,6 @@
+{ inputs, ... }:
+{
+ imports = [
+ inputs.flake-parts.flakeModules.modules
+ ];
+}