From 8afd079d5a2d41af5e4b03a71cfc701c0097845d Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 15 Jul 2025 09:12:13 +0500 Subject: [PATCH] chore: flake cleanliness --- flake.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index a094f89..d592f3a 100644 --- a/flake.nix +++ b/flake.nix @@ -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; } ); }