vmlab/shell.nix
2024-07-13 18:14:41 +02:00

3 lines
120 B
Nix

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [ debootstrap ansible ansible-lint gparted ];
}