From a16199f9c7aded2841784c070f1d0a3753076d09 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 2 Jun 2025 18:54:24 +0200 Subject: deps: update to NixOS 25.05 --- nixos/profiles/workstation/dev.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'nixos/profiles/workstation/dev.nix') diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index 92992cb..6c546b6 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -1,4 +1,4 @@ -{ config, pkgs, pkgs-unstable, ... }: +{ config, pkgs, ... }: { environment.systemPackages = with pkgs; [ @@ -22,11 +22,7 @@ gcc # rustc fails if cc linker isn't found chromium - # FUTURE: Check if Linux kernel of NixOS 25.05 still has this amdgpu bug. - (pkgs.writeShellScriptBin "zed" '' - export ZED_PATH_SAMPLE_COUNT=0 # workaround for https://github.com/zed-industries/zed/issues/26143 - exec ${pkgs-unstable.zed-editor}/bin/zeditor "$@" - '') + zed-editor vscodium # I'm installing extensions via my install-imperative script. platformio -- cgit v1.2.3