{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, hostname, rlib }: { config, ... }: { nix = let nix = nixpkgs-master.nixFlakes; in { package = nix; extraOptions = '' experimental-features = nix-command flakes ca-references ''; }; }