From 36adbe5c33370f2d2bc68483b4fa8ed432e81fa1 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 17 Sep 2024 11:01:06 -0600 Subject: [PATCH] flake: switch to my fork of immich --- flake.lock | 20 ++++++++++---------- flake.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 319f7aa..80dab5f 100644 --- a/flake.lock +++ b/flake.lock @@ -185,18 +185,18 @@ }, "immich-module": { "locked": { - "lastModified": 1723391208, - "narHash": "sha256-/XYgMUFCTx1oMt4Yrw9xO9BkkiVzhufCEJPOGaIby5g=", - "owner": "jvanbruegge", - "repo": "nixpkgs", - "rev": "c0ee4c1770aa1ef998c977c4cc653a07ec95d9bf", - "type": "github" + "lastModified": 1726592196, + "narHash": "sha256-rdIc5lys3d5z4tGsHKPfIEpfDULnTwdkyDpxrflJ4yM=", + "ref": "main", + "rev": "baa2ebcc8007f15a4780b7f79f1edc259cb00d76", + "revCount": 2, + "type": "git", + "url": "https://git.tapenet.org/qbit/nixpkgs-immich" }, "original": { - "owner": "jvanbruegge", - "repo": "nixpkgs", - "rev": "c0ee4c1770aa1ef998c977c4cc653a07ec95d9bf", - "type": "github" + "ref": "main", + "type": "git", + "url": "https://git.tapenet.org/qbit/nixpkgs-immich" } }, "kogs": { diff --git a/flake.nix b/flake.nix index c682d59..63fe3b5 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ }; immich-module = { - url = "github:jvanbruegge/nixpkgs/c0ee4c1770aa1ef998c977c4cc653a07ec95d9bf"; + url = "git+https://git.tapenet.org/qbit/nixpkgs-immich?ref=main"; }; sops-nix = {