orange/rootfs.nix

4 lines
61 B
Nix
Raw Normal View History

2023-04-04 17:51:16 +00:00
{ pkgs }:
pkgs.runCommand "rootfs" {} "truncate -s 1M $out"