Skip to content

Commit

Permalink
yq tool is available in the nix-shell (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay authored Jul 10, 2024
1 parent 7545a8e commit e57cc5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
config.treefmt.build.devShell
];
nativeBuildInputs = [
pkgs.nodejs
pkgs.just
pkgs.nodejs
pkgs.yq-go
];
};
};
Expand Down

0 comments on commit e57cc5d

Please sign in to comment.