summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/tools/build.nix
blob: 6b0c77091cd553373e600793c3aa6b5de56f1586 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    cmake
    just
    tup
    meson
    ninja
    sccache
  ];
}