4 lines
61 B
Nix
4 lines
61 B
Nix
|
{ pkgs }:
|
||
|
|
||
|
pkgs.runCommand "rootfs" {} "truncate -s 1M $out"
|