overridePkgs: drop unneeded parantheses

This commit is contained in:
Jörg Thalheim
2025-06-29 23:20:21 +02:00
parent b415e063f1
commit 622597e70f

View File

@@ -7,11 +7,11 @@
}:
{
imports = [
({
{
# For vars we need to ensure that the system so we run vars generate on
# is in sync with the pkgs of the system
nixpkgs.hostPlatform = lib.mkForce pkgs.system;
nixpkgs.pkgs = lib.mkForce pkgs;
})
}
];
}