more stuff

This commit is contained in:
nora 2024-07-13 18:14:41 +02:00
parent 64cb1dd6df
commit 0b4e5f1e27
15 changed files with 122 additions and 153 deletions

View file

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