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