From f2a1f85df85c58f254d0777c1431903e432ddd90 Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Wed, 24 May 2023 12:10:54 +0200 Subject: [PATCH] fix deadnix --- nixos/hosts/hades/immich/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/hades/immich/configuration.nix b/nixos/hosts/hades/immich/configuration.nix index 97c6146..76d5276 100644 --- a/nixos/hosts/hades/immich/configuration.nix +++ b/nixos/hosts/hades/immich/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ pkgs, config, lib, ... }: +{ pkgs, config, ... }: let # https://github.com/immich-app/immich/releases version = "1.55.1";