devenv + cleanup
This commit is contained in:
parent
d87895fa19
commit
1487c708c1
6 changed files with 259 additions and 125 deletions
19
disk/disk.nix
Normal file
19
disk/disk.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
writeShellApplication,
|
||||
util-linux,
|
||||
jq,
|
||||
e2fsprogs,
|
||||
dosfstools,
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "disk";
|
||||
|
||||
runtimeInputs = [
|
||||
util-linux
|
||||
jq
|
||||
e2fsprogs
|
||||
dosfstools
|
||||
];
|
||||
|
||||
text = builtins.readFile ./disk.bash;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue