orange/rootfs.nix
2023-04-04 13:53:15 -04:00

3 lines
61 B
Nix

{ pkgs }:
pkgs.runCommand "rootfs" {} "truncate -s 1M $out"