chore: flake cleanliness

This commit is contained in:
2025-07-15 09:12:13 +05:00
parent 452cfe37df
commit 8afd079d5a

View File

@@ -19,8 +19,8 @@
]; ];
}; };
}; };
in {
# Define the devshell # Define the devShell for the current system
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
kubernetes-helm kubernetes-helm
@@ -34,12 +34,8 @@
# cli tools # cli tools
nodePackages.cdktf-cli nodePackages.cdktf-cli
rm-improved
]; ];
}; };
in {
# Define the devShell for the current system
devShell = devShell;
} }
); );
} }