summaryrefslogtreecommitdiff
path: root/nixos/profiles/workstation/dev.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-07-21 06:15:08 +0200
committerMartin Fischer <martin@push-f.com>2025-07-21 06:39:51 +0200
commit01a80a6c2e5ad4fcee50de5da50d97a9fd34518d (patch)
tree19683bb61b9ea34d2d807e99255a11b452711127 /nixos/profiles/workstation/dev.nix
parentdeadb9491705c32b6a82530b9334aa67d1904aac (diff)
feat(workstation): add jujutsuHEADmaster
Diffstat (limited to 'nixos/profiles/workstation/dev.nix')
-rw-r--r--nixos/profiles/workstation/dev.nix3
1 files changed, 2 insertions, 1 deletions
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