mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-07 11:20:15 +00:00
more changes
This commit is contained in:
10
pkgs/tools/misc/format-root/package.nix
Normal file
10
pkgs/tools/misc/format-root/package.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "format-root";
|
||||
runtimeInputs = [
|
||||
pkgs.gum
|
||||
pkgs.disko
|
||||
];
|
||||
text = builtins.readFile ./format-root.sh;
|
||||
}
|
Reference in New Issue
Block a user