From 01a80a6c2e5ad4fcee50de5da50d97a9fd34518d Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 21 Jul 2025 06:15:08 +0200 Subject: feat(workstation): add jujutsu --- nixos/profiles/workstation/dev.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/profiles/workstation') diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index 4ea7f06..a40d574 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; [ @@ -13,6 +13,7 @@ docker-compose gnumake jq + pkgs-unstable.jujutsu just sqlite-interactive scc -- cgit v1.2.3