flake: remove devshell

This commit is contained in:
2025-11-29 16:16:57 +03:00
parent 0c9e6b31aa
commit 5ebffd5e41
-12
View File
@@ -58,17 +58,5 @@
Eclipse = mkHost "Eclipse";
Impreza = mkHost "Impreza";
};
devShells."${system}".default = let
pkgs = import nixpkgs { inherit system; };
in pkgs.mkShell {
shellHook = "zsh";
packages = with pkgs; [
cargo
rustc
rust-analyzer
lldb
];
};
};
}