Skip to content

Commit

Permalink
Use writeShellScriptBin instead of writeScriptBin
Browse files Browse the repository at this point in the history
  • Loading branch information
tfc committed Aug 11, 2024
1 parent df6f645 commit b69dd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/documentation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in

apps.watch-documentation = {
type = "app";
program = pkgs.writeScriptBin "mkdocs-watch" ''
program = pkgs.writeShellScriptBin "mkdocs-watch" ''
${cfg.mkdocs-package}/bin/mkdocs serve ${strict}
'';
};
Expand Down

0 comments on commit b69dd0b

Please sign in to comment.