netboot.nix/flake.nix
2020-11-20 16:12:10 -06:00

8 lines
75 B
Nix

{
description = "Quick netboot in Nix";
outputs = { self }: {
};
}