overridePkgs: drop unneeded parantheses
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
({
|
{
|
||||||
# For vars we need to ensure that the system so we run vars generate on
|
# For vars we need to ensure that the system so we run vars generate on
|
||||||
# is in sync with the pkgs of the system
|
# is in sync with the pkgs of the system
|
||||||
nixpkgs.hostPlatform = lib.mkForce pkgs.system;
|
nixpkgs.hostPlatform = lib.mkForce pkgs.system;
|
||||||
nixpkgs.pkgs = lib.mkForce pkgs;
|
nixpkgs.pkgs = lib.mkForce pkgs;
|
||||||
})
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user