Skip to content

Commit

Permalink
made sops-install-secrets deployable on build node
Browse files Browse the repository at this point in the history
  • Loading branch information
dguibert committed Aug 21, 2024
1 parent be0eec2 commit 162d5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/home-manager/sops.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
{ config, lib, activationPkgs ? pkgs, pkgs, ... }:

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

0 comments on commit 162d5f7

Please sign in to comment.