This commit is contained in:
2025-08-06 18:00:09 +03:00
parent 81f1f863d4
commit 1dd1848673
5 changed files with 407 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
self: super: {
pkgs-src = {
immich = super.callPackage ./package.nix { };
};
}