1
0
Fork 0

package disk

This commit is contained in:
Lukas Wurzinger 2024-04-21 19:55:29 +02:00
parent 3f046a41c4
commit 6ad1a9a145
3 changed files with 13 additions and 13 deletions

View file

@ -55,6 +55,19 @@
};
formatter = pkgs.alejandra;
packages.disk = pkgs.writeShellApplication {
name = "disk";
runtimeInputs = with pkgs; [
util-linux
jq
btrfs-progs
dosfstools
];
text = builtins.readFile ./disk;
};
};
};
}