chore: Flake | remove node from devshell

This commit is contained in:
2025-02-02 21:39:43 +05:00
parent cd17844290
commit db29a9b11a

View File

@@ -84,8 +84,6 @@
devShell.x86_64-linux = pkgs.mkShell {
buildInputs = with pkgs; [
# Adding node for copilot
nodejs_20
nil
];
};