digitalalovestory-bin: init

This commit is contained in:
Katherina Walshe-Grey 2024-06-23 21:07:29 +01:00
parent e1db10bcf3
commit 97ddcbcaa1
2 changed files with 68 additions and 0 deletions

View file

@ -4,4 +4,6 @@
lib = import ./lib { inherit pkgs; };
modules = import ./modules;
overlays = import ./overlays;
digitalalovestory-bin = pkgs.callPackage ./pkgs/digitalalovestory-bin { };
}