# Licensed under GNU Lesser General Public License v3 or later, see COPYING. # Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS. { config, lib, pkgs, ... }: with lib; let cfg = config.user; idsDerivation = pkgs.runCommand "ids.nix" {} '' cat > $out <