packages feed

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

{ custompkgs, pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {

  buildInputs = [
    custompkgs.cowsay
  ];

}