yep, more dotfiles

templates: remove act by default

wiro.world c35b6e07 46809c4e

verified
-2
-1
templates/rust-pkg/flake.nix
··· 45 45 packages = with pkgs; [ 46 46 pkg-config 47 47 rust-toolchain 48 - act 49 48 ]; 50 49 51 50 RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
-1
templates/rust/flake.nix
··· 31 31 packages = with pkgs; [ 32 32 pkg-config 33 33 rust-toolchain 34 - act 35 34 ]; 36 35 37 36 RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;