diff options
author | Martin Fischer <martin@push-f.com> | 2025-07-21 06:15:08 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-07-21 06:39:51 +0200 |
commit | 01a80a6c2e5ad4fcee50de5da50d97a9fd34518d (patch) | |
tree | 19683bb61b9ea34d2d807e99255a11b452711127 /nixos/profiles | |
parent | deadb9491705c32b6a82530b9334aa67d1904aac (diff) |
Diffstat (limited to 'nixos/profiles')
-rw-r--r-- | nixos/profiles/workstation/dev.nix | 3 |
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 |