]> git.immae.eu Git - github/fretlink/ansible-clever.git/blob - default.nix
Merge pull request #75 from paulrbr-fl/clever-restart-when-asked
[github/fretlink/ansible-clever.git] / default.nix
1 { pkgs ? import <nixpkgs> {} }:
2
3 with pkgs;
4 {
5 inherit shellcheck
6 ansible_2_8;
7 inherit (python37Packages)
8 ansible-lint;
9 inherit (haskellPackages)
10 dhall_1_27_0;
11 }