{ config, lib, pkgs, ... }: let nixNetrcFile = pkgs.runCommand "nix-netrc-file" { hostname = "cache.lumi.guide"; username = "lumi"; } '' cat > $out <