chore(clean): deadnix pruning

This commit is contained in:
Zhongheng Liu 2025-01-08 14:24:09 +02:00
commit a81feaf5fa
Signed by: steven
GPG key ID: 805A28B071DAD84B
50 changed files with 37 additions and 168 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, inputs, ... }: {
{ pkgs, ... }: {
# https://devenv.sh/basics/
env.GREET = "devenv";
cachix.enable = false;
@ -12,6 +12,7 @@
nixpkgs-fmt.enable = true;
shellcheck.enable = true;
commitizen.enable = true;
deadnix.enable = true;
};
# https://devenv.sh/processes/
# processes.cargo-watch.exec = "cargo-watch";