1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
9 sha256 = "sha256-fke8lNjyYts6cIrONAFd5r2wAlpWqJhd+usFAPCO5J4=";
15 nativeCheckInputs = with python3Packages; [ pytest ];
16 propagatedBuildInputs = with python3Packages; [ click ];
19 description = "Easily manage your dotfiles";
20 mainProgram = "dotfiles";
21 homepage = "https://github.com/jbernard/dotfiles";
22 license = licenses.isc;