{ inputs, lib, pkgs, ... }: { nix = { optimise.automatic = true; registry.nixpkgs.flake = inputs.nixpkgs; package = lib.mkForce pkgs.nixVersions.git; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; channel.enable = false; }; }