From 10495a070c3d4cf5654985e3d639ada05ba3ef5b Mon Sep 17 00:00:00 2001 From: April John <30842467+CutestNekoAqua@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:39:43 +0000 Subject: [PATCH] [fix]: rm nix from devc --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 788e0b6..c898f69 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,6 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "ghcr.io/devcontainers/features/nix:latest": {}, "ghcr.io/devcontainers/features/rust:latest": {} } } \ No newline at end of file