mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-04 22:43:57 +00:00
more changes
This commit is contained in:
@@ -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