Skip to content

Commit 219e5f3

Browse files
committed
made sops-install-secrets working when cross-system is set
1 parent 49a87c6 commit 219e5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/home-manager/sops.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
let
44
cfg = config.sops;
5-
sops-install-secrets = (pkgs.callPackage ../.. {}).sops-install-secrets;
5+
sops-install-secrets = (pkgs.buildPackages.callPackage ../.. {}).sops-install-secrets;
66
secretType = lib.types.submodule ({ config, name, ... }: {
77
options = {
88
name = lib.mkOption {

0 commit comments

Comments
 (0)