mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
6 lines
87 B
Nix
6 lines
87 B
Nix
self: super: {
|
|
pkgs-src = {
|
|
immich = super.callPackage ./package.nix { };
|
|
};
|
|
}
|