disko/types
Chris Scutcher ff5127ea0a
style: Re-apply style normalisation
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`.
2023-02-07 15:56:08 +00:00
..
btrfs.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00
btrfs_subvol.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00
default.nix style: Re-apply style normalisation 2023-02-07 15:56:08 +00:00
disk.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00
filesystem.nix split disko type into multiple files 2023-01-29 08:10:33 +01:00
luks.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00
lvm_lv.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00
lvm_pv.nix split disko type into multiple files 2023-01-29 08:10:33 +01:00
lvm_vg.nix style: Disable inherit pattern check in statix 2023-02-07 15:37:12 +00:00
mdadm.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00
mdraid.nix split disko type into multiple files 2023-01-29 08:10:33 +01:00
nodev.nix style: Disable inherit pattern check in statix 2023-02-07 15:37:12 +00:00
partition.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00
swap.nix style: Disable inherit pattern check in statix 2023-02-07 15:37:12 +00:00
table.nix split disko type into multiple files 2023-01-29 08:10:33 +01:00
zfs.nix split disko type into multiple files 2023-01-29 08:10:33 +01:00
zfs_dataset.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00
zpool.nix style: Apply nixpkgs-fmt and fix 2023-02-06 14:24:34 +00:00