Skip to content

Commit e57cc5d

Browse files
authored
yq tool is available in the nix-shell (#412)
1 parent 7545a8e commit e57cc5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
config.treefmt.build.devShell
3030
];
3131
nativeBuildInputs = [
32-
pkgs.nodejs
3332
pkgs.just
33+
pkgs.nodejs
34+
pkgs.yq-go
3435
];
3536
};
3637
};

0 commit comments

Comments
 (0)