This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/shell.nix

8 lines
90 B
Nix
Raw Normal View History

2023-06-13 20:17:14 +00:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
ansible
ansible-lint
];
}