Skip to content

Commit

Permalink
made sops-install-secrets working when cross-system is set
Browse files Browse the repository at this point in the history
  • Loading branch information
dguibert committed Jan 15, 2024
1 parent 49a87c6 commit 219e5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/sops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
cfg = config.sops;
sops-install-secrets = (pkgs.callPackage ../.. {}).sops-install-secrets;
sops-install-secrets = (pkgs.buildPackages.callPackage ../.. {}).sops-install-secrets;
secretType = lib.types.submodule ({ config, name, ... }: {
options = {
name = lib.mkOption {
Expand Down

0 comments on commit 219e5f3

Please sign in to comment.