create disks

This commit is contained in:
nora 2024-02-17 14:35:16 +01:00
commit f6c317b38b
6 changed files with 136 additions and 0 deletions

3
shell.nix Normal file
View file

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