builded immich from sources

This commit is contained in:
2025-08-06 20:31:11 +03:00
parent c16bff935f
commit 6b1bc2ab85
3 changed files with 7 additions and 6 deletions
+3 -4
View File
@@ -7,10 +7,9 @@
{ pkgs }:
let
sources = pkgs.lib.importJSON ./sources.json;
in
in
{
package = pkgs.callPackage ./package.nix
{
package = pkgs.callPackage ./package.nix {
# src = pkgs.fetchFromGitHub {
# owner = "immich-app";
# repo = "immich";
@@ -18,4 +17,4 @@ in
# hash = sources.hash;
# };
};
}
}