bad things

This commit is contained in:
nora 2024-07-22 22:15:04 +02:00
parent 0b4e5f1e27
commit 0b152a9001
10 changed files with 142 additions and 1 deletions

View file

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