14 lines
176 B
Nix
14 lines
176 B
Nix
_args:
|
|
/*
|
|
let
|
|
bootDevice = args.bootDevice or "/dev/nvme0n1";
|
|
in
|
|
*/
|
|
{
|
|
assertions = [
|
|
{
|
|
assertion = false;
|
|
message = "Disko config TODO";
|
|
}
|
|
];
|
|
}
|