fix deadnix

This commit is contained in:
Vivian 2023-05-24 12:10:54 +02:00
parent 3c768f29f3
commit 37db8a1c19

View file

@ -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";