mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-14 08:35:11 +01:00
9 lines
146 B
Nix
9 lines
146 B
Nix
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
ansible
|
|
ansible-lint
|
|
gparted
|
|
opentofu
|
|
cdrkit
|
|
];
|
|
}
|