{pkgs, lib, ...}: with lib; { nixpkgs = { config.allowUnfree = true; }; nix.package = mkForce pkgs.nix; }