From 874b0272fcac7631a2258eabd5b2e89625f3fde5 Mon Sep 17 00:00:00 2001 From: Bad Date: Thu, 5 Aug 2021 19:47:41 +0200 Subject: [PATCH] Add kondo --- profiles/develop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/develop/default.nix b/profiles/develop/default.nix index aa143f6..967c2cd 100644 --- a/profiles/develop/default.nix +++ b/profiles/develop/default.nix @@ -10,6 +10,8 @@ git man-pages gdb + + kondo # for removing unused files ]; virtualisation.podman.enable = true; virtualisation.docker.enable = true;