dotfiles/apps/format-root.nix
2025-02-03 17:30:32 -05:00

10 lines
156 B
Nix

{ pkgs, ... }:
{
# This script will partition and format drives; use at your own risk!
type = "app";
program = pkgs.lib.getExe pkgs.format-root;
}