about summary refs log tree commit diff
path: root/platforms/common-packages.nix
blob: 0114a846b38bdd12269dd7ab8e6ea31dda6f2608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgs:
with pkgs;
[
  stdenv
  curl
  wget
  vim
  htop
  zip
  unzip
  ripgrep
  # jq
  file
]