Apply nixfmt on many files

This commit is contained in:
Robert Helgesson
2020-02-02 01:07:28 +01:00
parent 9799d3de2d
commit 45abf3d38a
177 changed files with 2850 additions and 3565 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
self: super: {
home-manager = super.callPackage ./home-manager {
path = toString ./.;
};
home-manager = super.callPackage ./home-manager { path = toString ./.; };
}