about summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-02-20 05:48:01 +0900
committersefidel <contact@sefidel.net>2024-02-20 06:09:18 +0900
commit7fe334c0f881b27db617aedaf233f6ae58d72278 (patch)
tree948c5e2f1493c6e7090da39174d2699a81d7a624 /pkgs/default.nix
downloadnixpkgs-exotic-7fe334c0f881b27db617aedaf233f6ae58d72278.tar.gz
nixpkgs-exotic-7fe334c0f881b27db617aedaf233f6ae58d72278.zip
project: Initial commit
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
new file mode 100644
index 0000000..a0f2d96
--- /dev/null
+++ b/pkgs/default.nix
@@ -0,0 +1,5 @@
+{ pkgs, ... }: let
+  callPackage = pkg: pkgs.callPackage pkg;
+in {
+  akkoma = callPackage ./akkoma { };
+}