packages feed

shellify-0.12.0.0: test/outputs/cowsay-from-system-nixpkgs-shell.nix

{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {

  buildInputs = [
    pkgs.cowsay
  ];

}