mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-07 11:02:04 +00:00
10 lines
156 B
Nix
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;
|
|
}
|