diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..cfb6cfb --- /dev/null +++ b/flake.nix @@ -0,0 +1,7 @@ +{ + description = "Composable Nix Modules"; + outputs = _: { + importAtom = import ./src/core/importAtom.nix; + core = import ./src/core/mod.nix; + }; +}