configs/shell.nix

10 lines
120 B
Nix
Raw Normal View History

2022-07-02 12:02:10 -04:00
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
BuildInputs = [
ansible
ansible-lint
];
}