fix: use flake.inputs instead of inputs directly

This commit is contained in:
Benjamin Bädorf 2023-10-28 23:18:44 +02:00
parent 806e9dde34
commit 4f7b30c2c3
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -2,7 +2,6 @@
flake, flake,
config, config,
lib, lib,
inputs,
pkgs, pkgs,
... ...
}: { }: {
@ -43,7 +42,7 @@
features = "declarative-user-profile"; features = "declarative-user-profile";
}; };
themes = { themes = {
"pub.solar" = inputs.keycloak-theme-pub-solar.legacyPackages.${pkgs.system}.keycloak-theme-pub-solar; "pub.solar" = flake.inputs.keycloak-theme-pub-solar.legacyPackages.${pkgs.system}.keycloak-theme-pub-solar;
}; };
}; };
} }