diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/flake8-isort.nix | 1 | ||||
-rw-r--r-- | nix/mypython.nix | 1 | ||||
-rw-r--r-- | nix/vale.nix | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/nix/flake8-isort.nix b/nix/flake8-isort.nix index ce27161..385e4f7 100644 --- a/nix/flake8-isort.nix +++ b/nix/flake8-isort.nix @@ -1,4 +1,5 @@ { buildPythonPackage, fetchPypi, python3Packages }: + buildPythonPackage rec { pname = "flake8-isort"; version = "4.1.1"; diff --git a/nix/mypython.nix b/nix/mypython.nix index 9906fa7..524ec51 100644 --- a/nix/mypython.nix +++ b/nix/mypython.nix @@ -1,4 +1,5 @@ { python3, flake8-isort }: + let my-python-packages = python-packages: with python-packages; [ diff --git a/nix/vale.nix b/nix/vale.nix index c1fd15d..f33b2ba 100644 --- a/nix/vale.nix +++ b/nix/vale.nix @@ -1,4 +1,5 @@ { lib, buildGoModule, fetchFromGitHub }: + buildGoModule rec { pname = "vale"; version = "2.17.0"; |