Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 _class = "treefmtConfig"; 3 4 imports = [ 5 ./options.nix 6 ./settings.nix 7 ./wrapper.nix 8 ]; 9}