Initial commit
This commit is contained in:
11
default.nix
Normal file
11
default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{pkgs, python, ...}:
|
||||
|
||||
python.pkgs.buildPythonPackage rec {
|
||||
pname = "pyrad";
|
||||
version = "3.0-alpha";
|
||||
|
||||
buildInputs = with python.pkgs; [ netaddr six ];
|
||||
|
||||
checkInputs = with python.pkgs; [
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user