fastfetch: disable nixpkgs-update

This commit is contained in:
Defelo
2026-06-26 16:17:57 +02:00
parent 1e38981465
commit ed7dbc1649
+1 -1
View File
@@ -162,7 +162,7 @@ in
runCommand "fastfetch-${unwrapped.version}"
{
pname = "fastfetch";
inherit (unwrapped) version;
inherit (unwrapped) version; # nixpkgs-update: no auto update
strictDeps = true;
__structuredAttrs = true;