flake.nix: remove nushell

This commit is contained in:
2026-06-07 12:12:17 +02:00
parent 86243e3436
commit 2d5e31ac6f
-1
View File
@@ -34,7 +34,6 @@
default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
odin
nushell
];
};
});