chore: flake cleanliness
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user