{ description = "Additional flake utils for convenience."; outputs = { self }: { lib = { mkDevShell = import ./lib/mk-dev-shell.nix; }; }; }