Skip to content

Commit 1eaa2ac

Browse files
author
li
committed
feat: minimal working flake
1 parent f77fdc4 commit 1eaa2ac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

flake.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
description = "Composable Nix Modules";
3+
outputs = _: {
4+
importAtom = import ./src/core/importAtom.nix;
5+
core = import ./src/core/mod.nix;
6+
};
7+
}

0 commit comments

Comments
 (0)