Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 7 lines 198 B view raw
1{ lib, config, ... }: 2{ 3 options.generic.manifests = { 4 feature = import ./feature/manifest.nix { inherit lib config; }; 5 redistrib = import ./redistrib/manifest.nix { inherit lib; }; 6 }; 7}