treewide: run nixfmt 1.0.0
This commit is contained in:
@@ -33,7 +33,8 @@ pkgs.stdenv.mkDerivation {
|
||||
libfaketime
|
||||
perl
|
||||
fakeroot
|
||||
] ++ lib.optional compressImage zstd;
|
||||
]
|
||||
++ lib.optional compressImage zstd;
|
||||
|
||||
buildCommand = ''
|
||||
${if compressImage then "img=temp.img" else "img=$out"}
|
||||
|
||||
Reference in New Issue
Block a user