Skip to content

Commit

Permalink
chore: fromyaml runcommand naming
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 14, 2023
1 parent d8419f1 commit 9545c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/home/cli-apps/k9s/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
fromYAML = f:
let
jsonFile =
pkgs.runCommand "in.json"
pkgs.runCommand "k9s yaml to attribute set"
{
nativeBuildInputs = [ pkgs.jc ];
} ''
Expand Down
2 changes: 1 addition & 1 deletion modules/home/cli-apps/lazygit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
fromYAML = f:
let
jsonFile =
pkgs.runCommand "in.json"
pkgs.runCommand "lazygit yaml to attribute set"
{
nativeBuildInputs = [ pkgs.jc ];
} ''
Expand Down

0 comments on commit 9545c26

Please sign in to comment.