init
This commit is contained in:
commit
ee5313c9bf
5 changed files with 471 additions and 0 deletions
19
package.nix
Normal file
19
package.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
writeShellApplication,
|
||||
util-linux,
|
||||
jq,
|
||||
e2fsprogs,
|
||||
dosfstools,
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "zap";
|
||||
|
||||
runtimeInputs = [
|
||||
util-linux
|
||||
jq
|
||||
e2fsprogs
|
||||
dosfstools
|
||||
];
|
||||
|
||||
text = builtins.readFile ./zap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue