Initial commit.
This commit is contained in:
commit
3217a3dec1
6 changed files with 721 additions and 0 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
name = "hb-downloader";
|
||||
buildInputs = [
|
||||
(pkgs.python3.withPackages ( pyPkgs: [
|
||||
pyPkgs.requests
|
||||
]))
|
||||
pkgs.aria2
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue