#!/usr/bin/env sh

# Format all .nix files using the new default nix formatter
# TODO doesn't work when run using ./fmt
nix fmt ./**.nix