Don't manage Visual Studio Code under macOS

Its auto-updater wreaks havoc under Darwin.
This commit is contained in:
Spotlight 2024-11-14 15:56:07 -06:00
parent f3b28b8fee
commit 225fa39e0d
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
5 changed files with 4 additions and 19 deletions

View file

@ -50,7 +50,6 @@
tmux tmux
unar unar
virt-manager virt-manager
vscode
watch watch
wget wget
xz xz

View file

@ -57,15 +57,7 @@
# $ darwin-rebuild changelog # $ darwin-rebuild changelog
system.stateVersion = 4; system.stateVersion = 4;
nixpkgs = { nixpkgs.hostPlatform = lib.mkDefault "x86_64-darwin";
hostPlatform = lib.mkDefault "x86_64-darwin";
# Regretfully, we use some non-free packages.
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# Visual Studio Code
"vscode"
];
};
# Our singular user! # Our singular user!
users.users.spot = { users.users.spot = {

View file

@ -57,15 +57,7 @@
# $ darwin-rebuild changelog # $ darwin-rebuild changelog
system.stateVersion = 4; system.stateVersion = 4;
nixpkgs = { nixpkgs.hostPlatform = lib.mkDefault "aarch64-darwin";
hostPlatform = lib.mkDefault "aarch64-darwin";
# Regretfully, we use some non-free packages.
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# Visual Studio Code
"vscode"
];
};
# Our singular user! # Our singular user!
users.users.spot = { users.users.spot = {

View file

@ -95,6 +95,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cider cider
discord discord
vscode
]; ];
programs.steam.enable = true; programs.steam.enable = true;

View file

@ -34,6 +34,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
legcord legcord
vscode
]; ];
# :( # :(