{ pkgs, lib, config, ... }:

with lib;
{
  nix = {
    package = pkgs.nixFlakes; 
  };
}