This commit is contained in:
2025-08-07 01:39:26 +03:00
parent 09ce473994
commit 185d6e22b4
16 changed files with 16 additions and 39 deletions
-20
View File
@@ -1,20 +0,0 @@
# self: super: {
# pkgs-src = {
# immich = super.callPackage ./package.nix { };
# };
# }
{ pkgs }:
let
sources = pkgs.lib.importJSON ./sources.json;
in
{
package = pkgs.callPackage ./package.nix {
# src = pkgs.fetchFromGitHub {
# owner = "immich-app";
# repo = "immich";
# rev = "v${sources.version}";
# hash = sources.hash;
# };
};
}