This commit is contained in:
nora 2024-03-09 22:55:28 +01:00
parent c27807e86f
commit 64cb1dd6df
7 changed files with 39 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [ debootstrap ];
packages = with pkgs; [ debootstrap ansible ansible-lint ];
}