mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
9 lines
183 B
Nix
9 lines
183 B
Nix
{
|
|
self,
|
|
overlays,
|
|
...
|
|
}: {
|
|
nixpkgs.config.allowUnfreePredicate = _: true;
|
|
nixpkgs.config.allowUnsupportedSystem = true;
|
|
nixpkgs.overlays = builtins.attrValues overlays;
|
|
}
|