Skip to content

Commit e5ff434

Browse files
committed
Use watchexec instead of cargo watch as it works without rust
1 parent e78dc3c commit e5ff434

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
perSystem = { config, self', pkgs, lib, system, ... }:
1010
let
1111
devDeps = with pkgs; [
12-
cargo
13-
cargo-watch
12+
watchexec
1413
zola
1514
];
1615
mkDevShell = arg1:

0 commit comments

Comments
 (0)