paranix-configs/shell.nix

11 lines
127 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
terraform
niv
bashInteractive
];
}