chore(clean): deadnix pruning
This commit is contained in:
parent
ecaf5df80a
commit
a81feaf5fa
50 changed files with 37 additions and 168 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue