This commit is contained in:
2025-08-06 20:05:21 +03:00
parent 1596220c91
commit c16bff935f
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -7,8 +7,10 @@
{ pkgs }:
let
sources = pkgs.lib.importJSON ./sources.json;
in {
package = pkgs.callPackage ./package.nix {
in
{
package = pkgs.callPackage ./package.nix
{
# src = pkgs.fetchFromGitHub {
# owner = "immich-app";
# repo = "immich";