We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a87c6 commit f7e369eCopy full SHA for f7e369e
modules/home-manager/sops.nix
@@ -2,7 +2,8 @@
2
3
let
4
cfg = config.sops;
5
- sops-install-secrets = (pkgs.callPackage ../.. {}).sops-install-secrets;
+ activationPackageSet = config.home.activationPackageSet or pkgs;
6
+ sops-install-secrets = (activationPackageSet.callPackage ../.. {}).sops-install-secrets;
7
secretType = lib.types.submodule ({ config, name, ... }: {
8
options = {
9
name = lib.mkOption {
0 commit comments