Skip to content

Commit

Permalink
c+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Dec 12, 2024
1 parent 508a1fe commit a88f1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ in

checkRencSecsReport =
pkgs.runCommandNoCCLocal "secret-check-report" { }
"${lib.getExe cfg.package} -p ${mkProfile cfg} check > $out";
"${lib.getExe cfg.package} -p ${mkProfile cfg} --flake-root ${self} check > $out";
in
mkIf sysusers (
let
Expand Down

0 comments on commit a88f1ab

Please sign in to comment.