style: fix formatting

This commit is contained in:
teutat3s 2025-02-28 13:06:04 +01:00
parent 474549fc7a
commit d519db0b0e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -17,14 +17,13 @@ let
./de/Liesmich.md
];
in
stdenvNoCC.mkDerivation
{
name = "nextcloud-skeleton";
src = fs.toSource {
root = ./.;
fileset = sourceFiles;
};
postInstall = ''
cp -vr . $out
'';
}
stdenvNoCC.mkDerivation {
name = "nextcloud-skeleton";
src = fs.toSource {
root = ./.;
fileset = sourceFiles;
};
postInstall = ''
cp -vr . $out
'';
}