nixfmt
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ lib, python3Packages, fetchFromGitHub, ... }:
|
||||
{
|
||||
lib,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "magicattr";
|
||||
@@ -14,4 +19,4 @@ python3Packages.buildPythonPackage rec {
|
||||
|
||||
buildInputs = with python3Packages; [ setuptools ];
|
||||
doCheck = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user