mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
builded immich from sources
This commit is contained in:
@@ -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;
|
||||
# };
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user