dotfiles/apps/format-root.nix

10 lines
156 B
Nix
Raw Normal View History

2024-04-20 09:42:06 -04:00
{ pkgs, ... }:
{
# This script will partition and format drives; use at your own risk!
type = "app";
2025-02-03 17:30:32 -05:00
program = pkgs.lib.getExe pkgs.format-root;
}