Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 23.11-beta 5 lines 128 B view raw
1{ 2 description = "Library of low-level helper functions for nix expressions."; 3 4 outputs = { self }: { lib = import ./.; }; 5}