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