fastfetch: enable strictDeps, structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-16 04:14:56 -04:00
parent 0ec9b63333
commit 0c462983fb
+3
View File
@@ -65,6 +65,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.63.1";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";