# Copyright (c) 2019-2020, see AUTHORS. Licensed under MIT License, see LICENSE. { config, lib, pkgs, ... }: with lib; let cfg = config.user; idsDerivation = pkgs.runCommand "ids.nix" {} '' cat > $out <