Skip to content

Commit

Permalink
upd write
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 24, 2023
1 parent ca3b462 commit 2852e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix-files/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ let
(mkCommands "packages" tools) ++
(mkRunCommands "configs" writeConfigs) ++
(mkRunCommands "apps-commands" commands.apps) ++
(mkRunCommands "scripts" scripts);
(mkRunCommands "scripts" (scripts // { inherit (writeConfigs) writeAll; }));
}
;
in
Expand Down
2 changes: 1 addition & 1 deletion nix-files/write-configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let
mkShellApp {
name = "writeAll";
text = concatMapStringsNewline getExe writers_;
description = "Write lib using the available config writers";
description = "Run all available config writers";
}
)
(x: ''
Expand Down

0 comments on commit 2852e24

Please sign in to comment.