Set up shfmt
This commit is contained in:
parent
769d7da9b2
commit
5dbb6aea8f
4 changed files with 16 additions and 6 deletions
|
|
@ -16,7 +16,10 @@
|
|||
{
|
||||
packages.default = pkgs.callPackage ./default.nix { };
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [ bats ];
|
||||
packages = with pkgs; [
|
||||
bats
|
||||
shfmt
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue