Set up shfmt

This commit is contained in:
Sven van Heugten 2026-03-02 20:53:52 +01:00
parent 769d7da9b2
commit 5dbb6aea8f
No known key found for this signature in database
GPG key ID: D612F88666F4F660
4 changed files with 16 additions and 6 deletions

View file

@ -16,7 +16,10 @@
{
packages.default = pkgs.callPackage ./default.nix { };
devShells.default = pkgs.mkShell {
packages = with pkgs; [ bats ];
packages = with pkgs; [
bats
shfmt
];
};
}
);