dotfiles/apps/format-root.nix
2025-02-24 21:14:38 -05:00

10 lines
163 B
Nix

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