1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-03-15 20:57:04 +00:00
dotfiles/apps/format-root.nix

10 lines
163 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";
program = pkgs.lib.getExe pkgs.nmasur.format-root;
}