hdiff
packages
feed
shellify
-0.12.0.0: test/outputs/cowsay-from-user-nixpkgs-shell.nix
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell { buildInputs = [ pkgs.cowsay ]; }