1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 04:51:31 +03:00

Merge pull request #225 from J-Kirch/fix-spelling

fix spelling
This commit is contained in:
Samuel Dionne-Riel 2020-10-14 23:51:18 -04:00 committed by GitHub
commit 12a2743163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ in
type = types.listOf types.str;
default = [];
description = ''
Firmwares to add to the cloure.
Firmwares to add to the closure.
'';
};
# We cannot use `linuxPackagesFor` as older kernels cause eval-time assertions...