refactor(package): pull out all realization from default.nix
This commit is contained in:
9
package/py3-datetime.nix
Normal file
9
package/py3-datetime.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ python3Packages, fetchPypi }: python3Packages.buildPythonPackage rec {
|
||||
pname = "DateTime";
|
||||
version = "5.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-IexjMfh6f8tXvXxZ6KaL//5vy/Ws27x7NW1qmgIBkdM=";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user