mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-15 00:55:08 +01:00
3 lines
112 B
Nix
3 lines
112 B
Nix
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
|
packages = with pkgs; [ debootstrap ansible ansible-lint ];
|
|
}
|