shellify-0.10.0: test/outputs/two-nixpkgs-inputs-shell.nix
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.cowsay
pkgs.python
];
}
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.cowsay
pkgs.python
];
}