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