rename dev to nix

This commit is contained in:
2026-03-06 19:33:52 -06:00
parent b506d77dec
commit 0c140d4296

View File

@@ -14,5 +14,5 @@
outputs = { ... } @ inputs: outputs = { ... } @ inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } inputs.flake-parts.lib.mkFlake { inherit inputs; }
(inputs.import-tree [ ./dev ./config ]); (inputs.import-tree [ ./nix ./config ]);
} }