fastfetch: enable strictDeps, structuredAttrs (#520751)

This commit is contained in:
Felix Bargfeldt
2026-05-16 10:05:53 +00:00
committed by GitHub
+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";