Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 7 lines 69 B view raw
1{ lib, ... }: 2 3{ 4 config = { 5 _module.args.custom = true; 6 }; 7}