{ config, pkgs, lib, ... }: { imports = [ ]; nixpkgs = { config = { allowUnfree = true; segger-jlink.acceptLicense = true; permittedInsecurePackages = [ # example "python3.11-youtube-dl-2021.12.17" ]; }; }; }