fix(photoprism): fix photoprism-flake.inputs

This commit is contained in:
Felix Schröter 2021-04-04 18:55:01 +02:00
parent 5b58081b61
commit 1b15b123bf
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 19 additions and 7 deletions

View file

@ -18,7 +18,6 @@
inputs.photoprism-flake = {
# url = "github:GTrunSec/photoprism-flake";
url = "github:felschr/photoprism-flake/multi-arch";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};