Revert "feat: add python3 runtime and extend nix-ld libraries"

This reverts commit 7e5e05470a.
This commit is contained in:
2026-04-14 17:01:11 +08:00
parent 7e5e05470a
commit 82a148a894
2 changed files with 3 additions and 18 deletions
+3 -17
View File
@@ -1,10 +1,4 @@
{
lib,
pkgs,
options,
username,
...
}:
{ lib, username, ... }:
{
# ── Shell ─────────────────────────────────────────────
@@ -18,16 +12,8 @@
interop.register = true;
};
# ── nix-ld (VSCode Remote, mise, npm, etc.) ─────────
programs.nix-ld = {
enable = true;
libraries =
options.programs.nix-ld.libraries.default
++ (with pkgs; [
icu
libcrypt
]);
};
# ── nix-ld (VSCode Remote, etc.) ────────────────────
programs.nix-ld.enable = true;
system.stateVersion = "24.11";
}