diff options
| author | Martin Fischer <martin@push-f.com> | 2025-10-31 07:10:25 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-11-17 07:41:47 +0100 |
| commit | ae1ba47a679903e6a1b98a5b1e00f65e32b082a3 (patch) | |
| tree | af310a989b68c4a6d7b92f70c5352a030ff370dc /nixos/profiles/workstation/dev.nix | |
| parent | ad2889e6d62c64d133c1147f247f761b13d6d374 (diff) | |
Diffstat (limited to 'nixos/profiles/workstation/dev.nix')
| -rw-r--r-- | nixos/profiles/workstation/dev.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index a40d574..262c55e 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -4,10 +4,12 @@ environment.systemPackages = with pkgs; [ rustup go - golangci-lint python313 nodejs_22 + direnv + nix-direnv + # CLI tools skim docker-compose |
