paranix-configs/shell.nix

12 lines
145 B
Nix

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