11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-GGbUpjAcihJLNNo0OtkRGQ2RcT/75vDABlHs7Atzo1s=";
22 cargoHash = "sha256-uC0OwN73krM7QaQ4rtWV6IseKdZmiqrB8a6QGTs6fHE=";
24 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
26 checkInputs = [ which ];
29 updateScript = nix-update-script {
35 description = "A dotfile manager and templater written in rust 🦀";
36 homepage = "https://github.com/SuperCuber/dotter";
37 license = licenses.unlicense;
38 maintainers = with maintainers; [ linsui ];