Reversing VScode (no X84 Darwin package availabie?!?)

This commit is contained in:
Olaf 2025-05-28 08:31:56 +02:00
parent 911d98cd65
commit 62b34d5d40
4 changed files with 6 additions and 36 deletions

View File

@ -37,9 +37,7 @@
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-vscode-extensions= {
url = "github:nix-community/nix-vscode-extensions";
};
}; };
outputs = outputs =
{ {
@ -54,7 +52,7 @@
disko, disko,
nixd, nixd,
sops-nix, sops-nix,
nix-vscode-extensions,
}@inputs: }@inputs:
let let
user = "olaf"; user = "olaf";

View File

@ -6,6 +6,7 @@ _:
"iterm2" "iterm2"
"oracle-jdk" "oracle-jdk"
"arduino-ide" "arduino-ide"
"visual-studio-code"
# Creatative tools # Creatative tools
"spotify" "spotify"
"blender" "blender"

View File

@ -111,7 +111,7 @@ in
path = "/Applications/Jellyfin Media Player.app/"; path = "/Applications/Jellyfin Media Player.app/";
options = "-l Jellyfin"; options = "-l Jellyfin";
} }
{ path = "/run/current-system/Applications/Visual Studio Code.app/"; } { path = "/Applications/Visual Studio Code.app/"; }
{ path = "/Applications/Home Assistant.app/"; } { path = "/Applications/Home Assistant.app/"; }
{ path = "/Applications/reMarkable.app/"; } { path = "/Applications/reMarkable.app/"; }
{ path = "/Applications/LibreOffice.app/"; } { path = "/Applications/LibreOffice.app/"; }

View File

@ -33,7 +33,8 @@ with pkgs;
ninja ninja
pkg-config pkg-config
llvm llvm
clang-tools
dfu-util
# Encryption and security tools # Encryption and security tools
age age
sops sops
@ -82,36 +83,6 @@ with pkgs;
rustc rustc
cargo cargo
# vscode see https://nixos.wiki/wiki/Visual_Studio_Code
(vscode-with-extensions.override {
vscodeExtensions =
with vscode-extensions;
[
#bbenoist.nix
jnoortheen.nix-ide
ms-python.python
ms-azuretools.vscode-docker
ms-vscode-remote.remote-ssh
ms-vscode.cpptools
eamodio.gitlens
]
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "remote-ssh-edit";
publisher = "ms-vscode-remote";
version = "0.47.2";
sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
}
{
name = "platformio-ide";
publisher = "platformio";
version = "3.3.4";
sha256 = "sha256-QF5jdHKOjlxPaPD5OnzgzaQIWmmENVtsmocedpfkrPw=";
}
];
})
# Tex and LaTex # Tex and LaTex
pandoc pandoc
mdbook mdbook