housekeeping, update poetry and flake.nix
This commit is contained in:
22
default.nix
22
default.nix
@@ -1,22 +0,0 @@
|
||||
{ buildPythonPackage, lib, pytest, }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyrad3";
|
||||
version = "3.0.0";
|
||||
|
||||
src = "./.";
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
checkPhase = ''
|
||||
pytest
|
||||
'';
|
||||
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python RADIUS Implementation";
|
||||
homepage = "";
|
||||
license = [licenses.mit licenses.apache2];
|
||||
maintainers = [ maintainers.lvkm ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user