1{ 2 description = "Library for generating beautiful nix dev shell briefs"; 3 4 outputs = { self }: { 5 lib = import ./lib.nix {}; 6 }; 7}