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