From f530d6ad41747af5f8bb05b337b278cddbac76d9 Mon Sep 17 00:00:00 2001 From: Martin Fischer <martin@push-f.com> Date: Mon, 24 Feb 2025 20:18:14 +0100 Subject: tweak(workstation): use Zed from unstable --- nixos/profiles/workstation/dev.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nixos/profiles') diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index 11d706a..13eba67 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, pkgs-unstable, ... }: { environment.systemPackages = with pkgs; [ @@ -19,7 +19,7 @@ gcc # rustc fails if cc linker isn't found chromium - zed-editor + pkgs-unstable.zed-editor vscodium # I'm installing extensions via my install-imperative script. platformio @@ -30,4 +30,3 @@ dockerSocket.enable = true; }; } - -- cgit v1.2.3