mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
Originally this was manually applied with; ```sh nixpkgs-fmt **.nix && statix fix ``` but I overlooked the fact that `**.nix` would only expand to files in the root (I should have used `**/*.nix`). Previous commit adds `nix fmt` support which passes `.` to `nixpkgs-fmt` (if no other path is explicitly specified when running `nix fmt`). This commit includes the changes made by running `nix fmt`. |
||
|---|---|---|
| .. | ||
| stand-alone | ||
| bcachefs.nix | ||
| boot-raid1.nix | ||
| btrfs-subvolumes.nix | ||
| complex.nix | ||
| config.nix | ||
| gpt-bios-compat.nix | ||
| hybrid-tmpfs-on-root.nix | ||
| hybrid.nix | ||
| luks-lvm.nix | ||
| lvm-raid.nix | ||
| mdadm.nix | ||
| multi-device-no-deps.nix | ||
| negative-size.nix | ||
| simple-efi.nix | ||
| swap.nix | ||
| tmpfs.nix | ||
| with-lib.nix | ||
| zfs-over-legacy.nix | ||
| zfs.nix | ||