aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index e2a9595..e7abd18 100644
--- a/flake.nix
+++ b/flake.nix
@@ -90,11 +90,6 @@
};
};
-
- # `nix develop`
- devShell = pkgs.mkShell {
- nativeBuildInputs = with pkgs; [ rustc cargo ] ++ deps;
- };
}
);
}