disko/tests
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
..
bcachefs.nix style: Re-apply style normalisation 2023-02-07 15:56:08 +00:00
boot-raid1.nix add tests for module and cli 2022-11-01 20:05:10 +01:00
btrfs-subvolumes.nix add tests for module and cli 2022-11-01 20:05:10 +01:00
cli.nix tests: change passphrase to secretsecret 2022-12-26 21:13:34 +01:00
complex.nix tests: change passphrase to secretsecret 2022-12-26 21:13:34 +01:00
default.nix style: Re-apply style normalisation 2023-02-07 15:56:08 +00:00
gpt-bios-compat.nix add tests for module and cli 2022-11-01 20:05:10 +01:00
hybrid-tmpfs-on-root.nix {example,tests}: add hybrid-tmpfs-on-root 2023-02-02 21:28:36 +02:00
hybrid.nix add test for hybrid configuration 2023-02-02 14:49:20 +01:00
lib.nix style: Re-apply style normalisation 2023-02-07 15:56:08 +00:00
luks-lvm.nix tests: change passphrase to secretsecret 2022-12-26 21:13:34 +01:00
lvm-raid.nix add tests for module and cli 2022-11-01 20:05:10 +01:00
mdadm.nix add tests for module and cli 2022-11-01 20:05:10 +01:00
module.nix tests: change passphrase to secretsecret 2022-12-26 21:13:34 +01:00
multi-device-no-deps.nix add regression test for #52 2022-11-10 09:46:55 +01:00
negative-size.nix types: fix negative relative disk size 2022-11-25 08:38:47 +01:00
simple-efi.nix add tests for module and cli 2022-11-01 20:05:10 +01:00
swap.nix tests swap: add jq to system 2022-12-24 12:13:04 +01:00
tmpfs.nix add nodev support (for tmpfs, ramfs, nfs) 2022-12-04 12:41:46 +01:00
with-lib.nix add tests for module and cli 2022-11-01 20:05:10 +01:00
zfs-over-legacy.nix add tests for module and cli 2022-11-01 20:05:10 +01:00
zfs.nix tests zfs: add crypted 2022-12-26 21:13:34 +01:00