summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-11 02:02:39 -0400
committerseth <[email protected]>2023-05-11 02:03:53 -0400
commita0c9b2378a0d1b3e57fda1d377b9914e3bc141b6 (patch)
treed0ad503a82749414e93ab3cc0874d8f2e1f69dda /flake.nix
feat: initial commit
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
new file mode 100644
index 0000000..bc1640d
--- /dev/null
+++ b/flake.nix
@@ -0,0 +1,5 @@
+{
+ description = "a tool for generating packages from packwiz modpacks";
+
+ outputs = _: {lib = import ./lib;};
+}