From e5ff4346512a6e9f0fe73e766194948de0d1b80e Mon Sep 17 00:00:00 2001 From: damccull <401104+damccull@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:07:48 -1000 Subject: [PATCH] Use watchexec instead of cargo watch as it works without rust --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 17f4019..887a1d0 100644 --- a/flake.nix +++ b/flake.nix @@ -9,8 +9,7 @@ perSystem = { config, self', pkgs, lib, system, ... }: let devDeps = with pkgs; [ - cargo - cargo-watch + watchexec zola ]; mkDevShell = arg1: