refactor(package): pull out all realization from default.nix
This commit is contained in:
8
package/py3-cryptomus.nix
Normal file
8
package/py3-cryptomus.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ python3Packages }: python3Packages.buildPythonPackage rec {
|
||||
pname = "cryptomus";
|
||||
version = "1.1";
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-f0BBGfemKxMdz+LMvawWqqRfmF+TrCpMwgtJEYt+fgU=";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user