cynicsketch / nix-mineral

Conveniently and reasonably harden NixOS.
MIT License
65 stars 4 forks source link

reformat nix-mineral.nix #12

Closed wyyllou closed 1 month ago

wyyllou commented 1 month ago

Reformatted nix-format.nix to conform to a more standard nix code style.

removed a lot of unnecessary brackets and unnecessarily defined sets (i.e set1 = { set2 = { }; }; when set1.set2 should have been used)

used: nixfmt statix

wyyllou commented 1 month ago

This may need some testing but it should just work fine since its just formatting changes and my linter gives me no errors.