Skip to content

Commit

Permalink
Use watchexec instead of cargo watch as it works without rust
Browse files Browse the repository at this point in the history
  • Loading branch information
damccull committed Jul 26, 2024
1 parent e78dc3c commit e5ff434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
perSystem = { config, self', pkgs, lib, system, ... }:
let
devDeps = with pkgs; [
cargo
cargo-watch
watchexec
zola
];
mkDevShell = arg1:
Expand Down

0 comments on commit e5ff434

Please sign in to comment.